Rendering background-color incorrectly

IE fails to fully render the background and borders of a div containing floats when the browser window is narrowed.

Test page Workaround is included
Reported by: Chris Hester.

Explorer 5-6 Windows, Explorer 7 | Reported on 25 October 2006.

This site is no longer maintained. I’m sorry, but it’s just too much work for too little return. You can continue to browse old bug reports, though.




Search reports by browser:

Atom RSS

Comments

(Add your own)

1 Posted by Milo on 25 October 2006 | Permalink

This can also be worked around by forcing "hasLayout" by adding:

div {height:1%}

(Ofcourse you wouldn't apply this "fix" to *all* divs in a real solution. This is just an example.)