Closed
Bug 288135
Opened 20 years ago
Closed 20 years ago
border is wrong
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: nathansamson+mozillabugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050328 Firefox/1.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050328 Firefox/1.0+
if the main content is too big ( http://www.glazman.org/weblog/ ), the content
goes over the border.
normally ( in firefox 1.0.2 ) the border changes at the size of the bigest
content ( navigation or main content )
Reproducible: Always
Comment 1•20 years ago
|
||
This is actually correct as the main div (id="main") has position:absolute set
and is therefore not taken into account for calculating the height of the root
element which has the border set.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 2•20 years ago
|
||
Also see http://www.w3.org/TR/CSS21/visudet.html#containing-block-details Point 4
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•