Bug 10555 - openclipart frontpage lays out wrong
Summary: openclipart frontpage lays out wrong
Status: RESOLVED DUPLICATE of bug 10085
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL: http://www.openclipart.org/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2006-08-24 23:26 PDT by Eric Seidel (no email)
Modified: 2007-03-31 05:58 PDT (History)
1 user (show)

See Also:


Attachments
Screenshot showing the problem (206.44 KB, image/png)
2006-08-24 23:27 PDT, Eric Seidel (no email)
no flags Details
Reduction (252 bytes, text/html)
2006-08-25 00:37 PDT, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-08-24 23:26:37 PDT
openclipart frontpage lays out wrong

the "forward arrow" graphic is on the wrong line.
Comment 1 Eric Seidel (no email) 2006-08-24 23:27:24 PDT
Created attachment 10210 [details]
Screenshot showing the problem
Comment 2 mitz 2006-08-25 00:37:11 PDT
Created attachment 10211 [details]
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.
Comment 4 mitz 2006-10-13 00:43:32 PDT
The openclipart.org CSS is fixed now.
Comment 5 mitz 2007-03-31 05:58:48 PDT
(In reply to comment #4)
> The openclipart.org CSS is fixed now.
> 

The difference in behavior between Firefox and WebKit is tracked by bug 10085.

*** This bug has been marked as a duplicate of 10085 ***