Closed
Bug 279595
Opened 20 years ago
Closed 20 years ago
A DIV should display as a box large enough to display all its offspring?
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: andy, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 IMHO (and I'm no expert), I expect a DIV to display as a box large enough to display all its offspring. It doesn't in Firefox 1 as shown at http://www.maxstamps.com/index.1.html PS it does in the MS browser ... Reproducible: Always Steps to Reproduce: 1. Go to example page. 2. 3. Actual Results: a bit of a mess, visually. Expected Results: DIV displays as a box large enough to contain all its child objects.
Comment 1•20 years ago
|
||
See http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.maxstamps.com/index.1.html. If I change the div.footer CSS from "float:clear left" to "float: left; clear: left;", it renders as expected. Looks like not a bug. ~Darton
| Reporter | ||
Comment 2•20 years ago
|
||
Suggest marking INVALID. User error - sorry - Andy Macdonald.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•