Have you encountered this bug in IE6 with background-repeat repeat-x or repeat-y in body? If the page is in a frame it will not render the page right, instead the page becomes un-readable (if not already on the load, then atleast when you use scrollbars)… I only found out this because if you send a link to a hotmail account, the bloody hotmail opens the link to a window with frames… annoying as *beep*!
What I have in my css is something simple like...
body{
background-image: url(../images/topgradientgrey.gif);
background-repeat: repeat-x;
}
You can see the bug live at http://www.interquess.com/test/
Bug is seen atleast w/ IE6 and windows XP… works fine in opera and gecko.
Anybody had the same problem? Solutions?
What I have in my css is something simple like...
body{
background-image: url(../images/topgradientgrey.gif);
background-repeat: repeat-x;
}
You can see the bug live at http://www.interquess.com/test/
Bug is seen atleast w/ IE6 and windows XP… works fine in opera and gecko.
Anybody had the same problem? Solutions?














