Bug 8460 - Wrong layout in Safari and Opera due to invalid CSS
Summary: Wrong layout in Safari and Opera due to invalid CSS
Status: RESOLVED NOTOURBUG
Alias: None
Product: openclipart.org
Classification: Unclassified
Component: website (show other bugs)
Version: unspecified
Hardware: PowerPC other
: high normal
Assignee: default user for a product
QA Contact:
URL: http://openclipart.org/css/default.css
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 08:46 UTC by opendarwin.org
Modified: 2010-08-18 03:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description opendarwin.org 2006-09-29 08:46:20 UTC
From http://openclipart.org/css/default.css:

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

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

    height:                 30px;
    min-height:             30px;

    background:             #94aed8;
    text-align:             center;
    border-top:             1px solid black;
    border-bottom:          1px solid black;

    padding:                0;
    margin:                 0;
}

The missing semicolon after "z-index 2" causes it and the following 'width' property to be ignored, 
which results in bad layout in Safari and Opera.

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

P.S. The W3C Valid CSS badge at the bottom of the page is misleading.
Comment 1 opendarwin.org 2006-10-01 02:54:45 UTC
The WebKit bug is now at http://bugs.webkit.org/show_bug.cgi?id=10555
Comment 2 ryanlerch 2006-10-12 20:16:45 UTC
this bug is only minor, and will become obsolte when cchost becomes the primary 
engine and webpage for the open clip art library.
Comment 3 Jon Phillips 2006-10-12 21:20:43 UTC
I fixed this nonetheless in the old stylesheet...
Comment 4 Adam Jackson 2008-02-24 18:22:23 UTC
Mass reopen.  The "LATER" resolution is lame, I'm deleting it.  Consider LATER to have arrived.
Comment 5 Tollef Fog Heen 2010-08-18 03:24:16 UTC
Closing all openclipart bugs as openclipart is now on launchpad, as per request from  Jon Philips.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.