[Webkit-unassigned] [Bug 10555] openclipart frontpage lays out wrong

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Aug 25 00:37:12 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10555





------- Comment #2 from opendarwin.org at mitzpettel.com  2006-08-25 00:37 PDT -------
Created an attachment (id=10211)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=10211&action=view)
Reduction

Opera and Safari don't grow the div all the way to the right when it contains a
right float. Firefox and IE do.

Specifically with openclipart, they actually try not to rely on the float to
make the div stretch, but they have a typo in default.css (missing a semicolon
after z-index: 2):

#search {
    position:               absolute;
    left:                   0;
    top:                    100px;
    z-index:                2

    width:                  100%;
    min-width:              700px;

Fixing the typo fixes the layout.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list