Closed
Bug 189257
Opened 22 years ago
Closed 22 years ago
Table positioned to bottom right appears at top left
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: ian, Unassigned)
References
()
Details
(Keywords: css2, testcase)
A table with the following CSS rules:
position: absolute;
height: auto; width: auto;
top: auto; left: auto;
bottom: 0; right: 0;
...is positioned at the top left and not the bottom right as it should be.
See: http://www.hixie.ch/tests/adhoc/css/box/absolute/008.html
![]() |
||
Comment 1•22 years ago
|
||
See bug 145572; this seems to be a dup....
yep
*** This bug has been marked as a duplicate of 53663 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•