I have some problems with color inheritance through table element ...
My html looks like :
<div style="color: red;">
<table>
<tr><td>text here should be in red</td></tr>
</table>
</div>
But the text is not in red ....
Does anyone has a workaround ? I can't put the style in the table element,
because the style must be in a kind of "bounding box" around the table.
Thanks in advance
--
Alban
--
Mark L. Ferguson Reply Only in Newsgroup
marfer's notes for OE 5.0 > http://www.geocities.com/marfer_mvp/IE_ng_notes.htm
"Alban Fonrouge" <fonr...@idm.fr> wrote in message news:ul8DIprPAHA.269@cppssbbsa04...
Mmmmhhh but why ? is this in the css recommendation, or is this a bug ?
I'd have prefer that the inheritance would be complete.
--
Alban