This site works fine in IE6 and 7, as well as other browsers but now in IE8. I don't have a copy to test it out myself and am wondering if you guys could help.
http://x.brantonprojects.com/clientloop/LINC/Website/index.html
Thanks
Try changing your overflow autos to overflow:hidden
. Or use the clearfix and just trigger hasLayout on the float containers.
I would set zoom:1;
on #content-wrapper
and #content-single
if that helps.
html { overflow-y: scroll !important; }
!important is still an issue with ie
精彩评论