Closed
Bug 160663
Opened 23 years ago
Closed 23 years ago
background-position on UL with floated LI is not working
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bugzilla.mozilla.org, Assigned: attinasi)
References
()
Details
| Reporter | ||
Comment 1•23 years ago
|
||
background-position on UL with floated LI is not working
test-case in URL
Comment 2•23 years ago
|
||
Everything is working fine. Try putting a border on the <ul> to see what's
happening (there are no in-flow children, so height becomes very small, but the
background is correctly placed at the bottom left of that).
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•23 years ago
|
QA Contact: petersen → amar
| Reporter | ||
Comment 3•23 years ago
|
||
Re-opening, quirks mode should consider that the floating children extend the
height
http://jscript.dk/2002/8/moz/floatbg.htm
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 4•23 years ago
|
||
No. Quirks mode should not consider that, because floats in fact do not expand
the height.
Quirks mode is about being compatible with common authoring practices that
happen to work in NS4 and IE. This is not such a practice, by any means...
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•