Phantom horizontal scroll bars on the whole window in IE.
- by Stephen
I'm working on a website layout you can find at dev.movingcost.com
In most browsers, everything seems fine... but I'm getting a horizontal scroll bar on the window when viewing the page in IE.
I'm using a fixed width of 960px with auto margins to center the content. I've even tried using "overflow-x:hidden" on the html and body tags to no avail... any clue where the problem is?