Closed
Bug 310064
Opened 19 years ago
Closed 19 years ago
CSS not being correctly rendered
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: cusimar9, Assigned: dbaron)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
393 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 On the following page http://www.enigmacatering.com/menu.asp?category=11 There is no gap between the two buttons on the right and the login div. IE and Firefox 1.06 rendered this gap, but Firefox 1.5 does not. Reproducible: Always
Updated•19 years ago
|
Assignee: nobody → dbaron
Component: General → Style System (CSS)
Keywords: testcase
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.8 Branch
Comment 1•19 years ago
|
||
Reason there is no gap in Firefox 1.5 is that the default margin-bottom is 0. In Firefox 1.0.x the default is 16px.
| Assignee | ||
Comment 3•19 years ago
|
||
Bug 41806 made the margin-bottom on form a quirk. I'm inclined to call this invalid; the old behavior was rather nonsensical.
| Reporter | ||
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•