Closed
Bug 7655
Opened 25 years ago
Closed 25 years ago
Floating DIV not horizontally aligning properly
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
INVALID
M7
People
(Reporter: ccurtis0, Assigned: peterl-retired)
References
()
Details
The DIV boxes and table boxes do not align vertically if the window is too
small. The table extends to the right, whereas the boxes wrap.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•25 years ago
|
||
This is correct behavior. Floating elements move to the next vertical position
when there isn't enough room. Tables just cause overflow.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Verified invalid.
You need to log in
before you can comment on or make changes to this bug.
Description
•