Closed
Bug 61158
Opened 24 years ago
Closed 24 years ago
Table background not used to render space between cells.
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: cpjunk, Assigned: karnaze)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001122
BuildID: 2000112204
I have a simple table with a black background containing cells with a
cellspacing=1. The space between cells is being rendered in the body background
color NOT the table background color!
Reproducible: Always
The following html illustrates the problem:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>test case - un-rendered table background</title></head><body>
</head>
<body>
<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=1 WIDTH=600 BGCOLOR="#000000"
ALIGN="CENTER">
<TR VALIGN="middle" BGCOLOR="#9999CC">
<TD ALIGN="left">
1st line first col.
</TD>
<td>
1st line 2nd col.
</td>
</TR>
<tr bgcolor="#9999CC">
<td>
2nd line first col.
</td>
<td>
2nd line 2nd col.
</td>
</tr>
</TABLE>
<BR>
</body>
</html>
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 46268 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•