Closed
Bug 398545
Opened 18 years ago
Closed 15 years ago
Ablsolutely positioned table do not get coresponding size
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: kes-kes, Unassigned)
Details
(Whiteboard: [CLOSEME 2010-07-30])
Attachments
(1 file)
|
305 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
The position of table with absolutely postion is not determined by the 'top', 'right', 'bottom', 'left' properties
Reproducible: Always
Steps to Reproduce:
<body style="position: absolute; width: 100%; height: 100%">
<span style="display: block; width: 400; height: 400; background-color: yellow"></span>
<table style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background-color: green">
<tr><td>dfdf</td></tr>
</table>
</body>
Expected Results:
http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo
2. Otherwise, if 'position' has the value 'absolute' or 'fixed', the box is absolutely positioned, ... The position of the box will be determined by the 'top', 'right', 'bottom' and 'left' properties and the box's containing block.
| Reporter | ||
Comment 1•18 years ago
|
||
Comment 2•16 years ago
|
||
This bug was originally reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Whiteboard: [CLOSEME 2010-07-30]
Version: unspecified → 2.0 Branch
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.8 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•