I don't have time to test this, but try removing the stylesheet_dropshadow.css from the server, then see if the issue still occurs. It may be due to the drop shadow around the site, if so, you'd have to choose between rendering issues and style.
You might also test removing this section of code:
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
/* end IE only */
from the stylesheet.css and seeing if it goes away.
If either of those is not it, I don't have any good suggestions. I have no such issues, but I also have a fast internet connection. On slow connections, a lot of sites render funny.



Reply With Quote
