Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Color inheritance and tables

0 views
Skip to first unread message

Alban Fonrouge

unread,
Oct 25, 2000, 3:00:00 AM10/25/00
to

Hi,

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

unread,
Oct 25, 2000, 3:00:00 AM10/25/00
to
A table cell only inherits style from a table, or table row.

--
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...

Alban Fonrouge

unread,
Oct 26, 2000, 3:00:00 AM10/26/00
to

"Mark L. Ferguson" <marfe...@hotmail.com> a écrit dans le message news:
eAhV#HsPAHA.253@cppssbbsa05...

A table cell only inherits style from a table, or table row.

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

0 new messages