Closed
Bug 269210
Opened 21 years ago
Closed 21 years ago
Table is badly positioned
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: relf, Unassigned)
References
()
Details
Mozilla/linux build 2004110906
To reproduce:
1. Open provided URL
2. Note that the table under section "::myxDCCSpy Last 10" (and the others) is
much shifted to the right
| Reporter | ||
Comment 1•21 years ago
|
||
Maybe this related to bug 263966
But for this bug resizing the browser window does not affect table position.
Comment 2•21 years ago
|
||
The layout is correct given the markup. The site sets a 420px width on that
float, which is not wide enough for the table... replacing that with auto width
will fix the layout.
Note hat IE's implementation of "width" is very buggy, so this may render
"right" in IE.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•