[Webkit-unassigned] [Bug 57223] Negative margin-top with float creates an empty hole

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 05:00:47 PDT 2011


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





--- Comment #2 from Tor Brekke Skjøtskift <tbs at medianorge.no>  2011-03-28 05:00:47 PST ---
Adding a empty div with float left before the div with the negative margin "solves" the problem.

++ <div style="float:left"></div>
<div style="margin-top:-100px;">

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