Closed
Bug 5453
Opened 26 years ago
Closed 26 years ago
{css1} Floating images overlap when viewport is narrow
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: ian, Assigned: buster)
References
()
Details
(Keywords: css1)
See test page.
The page contains two images floated using HTML's ALIGN attribute, which are
followed by some text in a CENTER element. This is first done in a table,
and then an identical version is repeated outside the table.
What Happens.
Images are drawn fine, but HRs and text go all over the place.
This is not fixed by a reflow.
What Should Happen.
Text should go between the images. Bottom HR should go
between the images too. There should never be any overlap.
In the table, the text overlaps the left image. Out of the table, the text
overlaps the right image. I am not sure why.
Reporter | ||
Updated•26 years ago
|
Summary: Centered text overlaps floating images → {css1} Floating images overlap when viewport is narrow
Reporter | ||
Comment 1•26 years ago
|
||
This bug has largely fixed itself.
The only remaining problem appears when the viewport is made quite narrow. The
two images then overlap by a few pixels. This may be covered by another bug
already.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 2•26 years ago
|
||
I am seeing no overlaps when viewed with a very small window. It appears
that the left/right floats may have a minimum distance between them. Both issues
work for me under build 1999063008 on Win98.. Marking it such.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Target Milestone: M15
Reporter | ||
Comment 3•26 years ago
|
||
Its magic!
Comment 4•26 years ago
|
||
Marking as Verified Works for me.
Reporter | ||
Comment 5•25 years ago
|
||
Migrating from {css1} to css1 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•