[Webkit-unassigned] [Bug 21652] title of the list overlaps the other list because of float:left

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 24 08:17:18 PDT 2011


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


Tab Atkins <tabatkins at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |tabatkins at google.com




--- Comment #2 from Tab Atkins <tabatkins at google.com>  2011-10-24 08:17:18 PST ---
This is expected behavior - that's how floats work.  To avoid this, either set one of the properties that makes a block into a BFC on the list container (such as 'overflow:hidden'), or set 'clear:left' on the next block following the list, which forces it below the floats.

Marking this as INVALID, since this is expected behavior.

-- 
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