Question

So I am working on a webstie:

http://nexba.com.au/

Anyway, there is a strange floating box on the right hand side of the page that appears when there is vertical scrolling. This is not an issue on all of the other pages and I can't work out how o fix it.

If you could work out the CSS issue that would be greatly appreciated.

Was it helpful?

Solution

Figured it out! haha, that took some digging.

It's your facebook iframe! it's 450px wide! It doesn't need to be, and it is causing the horizontal scroll issue.

OTHER TIPS

Can you put your repeating background on the body tag instead of the #background-repeat element? That would solve the min-width issue. It looks like you have a background-image set on the body, but it's missing.

May be is not a problem with vertical scrolling but It's horizontal scrolling. So; You have to define min-width in your background_repeat div. write this:

#background_repeat {
    min-width: 1300px;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top