Closed
Bug 701746
Opened 14 years ago
Closed 13 years ago
position relative on td elements not functioning as expected
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: steve, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.120 Safari/535.2
Steps to reproduce:
Set position:relative on a td element, then position:absolute on a child element.
Actual results:
The child element became positioned relative to the page, rather than the td's rendering context.
Expected results:
The child element should have been positioned absolute relative to the td element's context.
Comment 1•14 years ago
|
||
Please provide a public URL or reduced test case that exhibits this issue.
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•