Closed
Bug 194687
Opened 23 years ago
Closed 23 years ago
problem with float (two columns). IE = ok, Moz != ok
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
|
1.32 KB,
text/html
|
Details |
the attached reduced test case seems to render wronly on Mozilla. it doesn't
render the main text inside the div
20030223
| Reporter | ||
Comment 1•23 years ago
|
||
You're saying you expect the bottom red border to be below the main text?
That's a longstanding bug in IE. The rule
#content:after { display: block; clear: both; }
should fix the problem.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•