[Webkit-unassigned] [Bug 22764] bottom border misaligned due to image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 01:05:54 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=22764





--- Comment #7 from Eric Seidel <eric at webkit.org>  2011-05-18 01:05:54 PST ---
This IE quirk is in fact explicitly mentioned in "on having layout" (a great read if you ever want to write a site which works in IE!):
http://www.satzansatz.de/cssd/onhavinglayout.html#clear

"Floats are auto-contained by layout elements. That's one reason why most beginners struggle with their IE-build pages in a compliant browser where floats stick out of the container when not cleared."

Basically IE auto-clears floats and CSS 2.1 says not to.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list