Closed
Bug 98250
Opened 24 years ago
Closed 24 years ago
in nested tables the BG color of the outer table is visible trough the inner table
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: alexsavulov, Assigned: karnaze)
Details
(Whiteboard: [awd:tbl])
Attachments
(1 file)
|
766 bytes,
text/html
|
Details |
in nested tables the BG color of the outer table is visible trough the inner table:
<table bgcolor="blue" >
<tr>
<td>
<table bgcolor="white">
<tr>
<td>BLU BLU BLU</td>
</tr>
<tr>
<td valign="top">
<!--<img src="http://www.zdnet.com/products/graphics/pip2/ratingbar_8.gif">-->
BLU BLU BLU
</td>
<td>BLU BLU BLU</td>
</tr>
</table>
</td>
</tr>
</table>
in the first row the second cell is leaved out. the background color of the
outer table shines trough.
(seen in ratings tables on http://www.zdnet.com)
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
wfm with linux 2001090413. What Build are you using ?
| Assignee | ||
Comment 3•24 years ago
|
||
Temporarily moving to future until a milestone can be assigned.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
This really appears to be working for me on win2k with todays build. There is a
small edge trim of the outermost table that is visible (it almost appears to be
one table with a thick border), but the outermost table (containing table) bg
coor is NOT showing through.
This is also the way it looks on IE.
Marking bug as WORKSFORME.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Whiteboard: [awd:tbl]
You need to log in
before you can comment on or make changes to this bug.
Description
•