Hi,

Is there some one that knows how CSS color attribute shulde work?
What I want to do is to specify the text color for a table row,
this works fine in IE but Mozilla0.8 won't add the specifyed color.

Is this a known bug for Mozilla or is this wrong way to do this?

<html>
<head>
</head>
<body>
<table>
<tr STYLE="color: green; background: black"><td>green color</td></tr>
<tr><td>no green color</td></tr>
</table>
</body>
</html>


/ Fredrik Larsson


Reply via email to