Closed
Bug 80012
Opened 24 years ago
Closed 24 years ago
setting width in absolute positioned tables does not work
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: bugzilla, Assigned: karnaze)
Details
Attachments
(1 file)
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 2001050904
The width on tables when they are positioned absolute does not work.
Reproducible: Always
Steps to Reproduce:
1.paste code
2.run code
3.error
Actual Results: same error all the time
Expected Results: show the correct width
Try this and you will understand. The table looks like you had 100% in width.
<TABLE STYLE="position:absolute; left:100; top:100; width:50; height:50;
background-color:#cccccc;">
<TR>
<TD>error</TD>
</TR>
</TABLE>
Comment 1•24 years ago
|
||
Confirmed on Win2K zip build 2001050904, even with px units and strict doctype.
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Adding myself to cc list...
Comment 4•24 years ago
|
||
Over to HTMLTables, not a DOM problem.
Assignee: jst → karnaze
Component: DOM HTML → HTMLTables
QA Contact: desale → amar
Comment 5•24 years ago
|
||
*** This bug has been marked as a duplicate of 53572 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•