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)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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: troy → karnaze
Component: Layout → HTMLTables
Status: NEW → ASSIGNED
Target Milestone: M7
Moving to M7.
Moving to M9.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed with latest checkin.
Status: RESOLVED → VERIFIED
Fixed in the June 09 Build.
You need to log in before you can comment on or make changes to this bug.