Closed
Bug 210811
Opened 22 years ago
Closed 22 years ago
Images with the CSS-rule "float: right" is displayed at the absolute bottom of the page
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
DUPLICATE
of bug 202449
People
(Reporter: mozilla, Assigned: jdunn)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
The image in http://home.no.net/ldah/b/20030624_1 is supposed to be to the right
og the first paragraph, but is at the absolute bottom of the page. It seems like
all the Mozilla 1.4 browsers acts like this - it doesn't happen with earlier
versions.
Reproducible: Always
Steps to Reproduce:
1. Visit http://home.no.net/ldah/b/20030624_1
2.
3.
Actual Results:
See details
Expected Results:
See any other browser. The code is controlled by several HTML/CSS experts.
Comment 1•22 years ago
|
||
This is correct. Per CSS 2.1:
"The outer top of a floating box may not be higher than the outer top of any
block or floated box generated by an element earlier in the source document."
http://www.w3.org/TR/CSS21/visuren.html#propdef-float
Thus this item must be below the left side menu, which is also floated.
This was just recently fixed in Mozilla, so older versions would not display
this way. See bug 196919.
*** This bug has been marked as a duplicate of 206391 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 2•22 years ago
|
||
Reopening to dup to appropriate bug.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 202449 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•