[Clipart] [Bug 8460] New: Wrong layout in Safari and Opera due to invalid CSS
bugzilla-daemon at annarchy.freedesktop.org
bugzilla-daemon at annarchy.freedesktop.org
Fri Sep 29 08:46:21 PDT 2006
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=8460
Summary: Wrong layout in Safari and Opera due to invalid CSS
Product: openclipart.org
Version: unspecified
Platform: Macintosh
URL: http://openclipart.org/css/default.css
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website
AssignedTo: clipart at lists.freedesktop.org
ReportedBy: at246 at 013.net
>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.
--
Configure bugmail: https://bugs.freedesktop.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 clipart
mailing list