I have a site that is working fine, except in IE7 there is a massive horizontal scroll bar.
I would have to paste the entire html code and css code so I will refer you to the page source.
You can see the site here.
Any assistance would be greatly appreciated.
Thanks.
This was a strange challenge as there was nothing that appeared to be causing the issue. However, thanks to Tony Crockford he noted that there was a div with italic text in it that might be causing the issue. And sure enough it was.
Here it the suspect code:
I had that styled to be italic:
However there is a bug that causes problems: http://www.brunildo.org/test/ie7_ithscroll.html
And this is the solution:
Crazy stuff! But it works.