Wolfgang Bund: CSS "backgroundcolor" für IE

Beitrag lesen

Hallo,
sicher wurde es schon behandelt, ich kann es aber grade nicht finden.
Dasda macht in NN eine farbige Tabellenzelle, in IE nicht. Was muß ich tun, daß IE hier auch eine farbige Tabellenzelle darstellt?

<title>Untitled</title>
<STYLE type="text/css">
<!--
td.farbig { backgroundcolor:#f0f0c0; }
-->
</STYLE>
</head><body>
<table>
<tr><td class="farbig">Farbige Tabellenzelle</td></tr>
</table>
</body></html>

Viele schöne Grüße,
Wolfgang