Closed
Bug 3640
Opened 26 years ago
Closed 26 years ago
TABLEs with a background image specified don't display
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: cpratt, Assigned: karnaze)
References
()
Details
If you specify a background image for a table, seamonkey will (correctly) draw
the background image behind the table, so the table contents appear above the
background image. However: if a background color is specified for a table header
or table data cell, then the background color is drawn behind the background
image. The URL referenced in this bug report then results in text you can't read
because the FONT COLOR is the same, more or less, as the background image.
Here's an HTML snippet to reproduce this:
<TABLE background="grapetile2.gif ">
<TR>
<TD BGCOLOR="#800040"><FONT COLOR="#FFFFCC">You can't read this.</FONT></TD>
<TD BGCOLOR="#800040">You can read this.</FONT></TD>
</tr>
</TABLE>
You can download the image from http://applewoodinn.com/images/grapetile2.gif
and use it with this HTML snippet to see how this works.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7
Assignee | ||
Comment 1•26 years ago
|
||
Moving to M7.
Assignee | ||
Comment 2•26 years ago
|
||
Moving to M9.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Fixed with latest checkin.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Fixed in the June 09 Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•