Closed Bug 179086 Opened 22 years ago Closed 22 years ago

background-color is ignored for COL elements

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 4510

People

(Reporter: ad553, Assigned: dbaron)

Details

Example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <TITLE>COL background-color example</TITLE> <STYLE type="text/css"> TABLE.tst { border: 2px solid #006699; } COL.bgc { background-color: #DDDDDD; padding-right: 0.5em; } COL.clr { padding-left: 0.5em; } </STYLE> </HEAD> <BODY> <TABLE class="tst" cellspacing="0"> <COL class="bgc"/> <COL class="clr"/> <TR> <TD>abcdefg</TD> <TD>klmnop</TD> </TR> <TR> <TD>qrstuv</TD> <TD>wxyz</TD> </TR> </TABLE> </BODY> </HTML> In IE the left column is gray, in Mozilla it is transparent.
*** This bug has been marked as a duplicate of 4510 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.