Closed
Bug 276974
Opened 20 years ago
Closed 20 years ago
Embedded DIV tags containing tables have wrong size
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 201001
People
(Reporter: groups, Unassigned)
References
()
Details
When one DIV tag is embedded within another, if the parent DIV contains a table and the child declared within a cell of that table, should this DIV contain another table, the cells of the latter table render incorrectly. It would appear that each <td> contained within any <tr> after the first losses its relationship with the previous <tr>, effecting the sizing etc of any preceding <tr>. See: http://www.freeloader.com/firefox_issue.htm The problem arises due to the use of style="position:absolute;” by the child DIV. This code has been tested with IE 6, Opera 7.5 and Safari 1.2.4 and renders correctly, (latest versions of NN and Mozilla suffer the same problem).
Comment 1•20 years ago
|
||
Over to Layout.
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: firefox.general → core.layout
Summary: Embedded DIV tags containing tables → Embedded DIV tags containing tables have wrong size
Version: 1.0 Branch → Trunk
Comment 2•20 years ago
|
||
> (latest versions of NN and Mozilla suffer the same problem) In the future, please be more specific on exactly which version you are using. This has been fixed by bug 201897. *** This bug has been marked as a duplicate of 201001 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•