Closed
Bug 180481
Opened 23 years ago
Closed 23 years ago
absolute positioning ignored
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 175590
People
(Reporter: eyalroz1, Unassigned)
Details
Attachments
(2 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021113
In the test case (first attachment), each cell row has 3 cells: one (#img-links)
is intended to take ~40px on the left part, another (#text-links) to take up a
little more than 1 line's height from the top , with its left edge touching the
right edge of the first cell, and the third (#description) to take up the rest
of the row.
Mozilla seems to be ignoring the 'position: absolute' style property of the
#text-links element (note that the table rows are 'position:relative', so
absolute positioning should be done w.r.t the row, not the whole body).
IE 6.0 renders this properly (I think) - see second attachment.
My build ID is 2002-11-13-08.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
| Reporter | ||
Comment 3•23 years ago
|
||
this bug may be related, or even a duplicate, of this bug:
http://bugzilla.mozilla.org/show_bug.cgi?id=1289
But I can't say for sure. Plus I've got cool attachments and they don't :-)
Comment 4•23 years ago
|
||
also related: bug 63895. Reporter, you mustn't have multiple elements with the
same id in one document
(<http://www.w3.org/TR/html4/struct/global.html#adef-id>), use class
(<http://www.w3.org/TR/html4/struct/global.html#adef-class>) instead. Changing
the testcase to use class attribs doesn't change the result though.
| Reporter | ||
Comment 5•23 years ago
|
||
replaced 'id' with 'class' to comply with HTML DTD. Results are indeed the same
Attachment #106503 -
Attachment is obsolete: true
Comment 6•23 years ago
|
||
*** This bug has been marked as a duplicate of 175590 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•