Can someone please identify why my website wants to have this long horizontal scroll? I been messin with the css for so long now and can't fix it. I have a background image that goes across the top, if you look at the css you'll see I have it set so it shouldn't exceed the page.. I don't get it. Any help will be appreciated, its the 2nd link in my sig, thnx.
Add the following code in your css - it will hide the horizontal bar ---------code-------------------- body { overflow: -moz-scrollbars-vertical; overflow-x: hidden; overflow-y: scroll; } ---------code-------------------- Hope this helps.