- From: Thomas Broyer <t.broyer@gmail.com>
- Date: Tue, 3 Jul 2007 16:24:52 +0200
- To: public-html@w3.org
2007/7/3, Andrew Ramsden:
> >> tr > tbody > td {
> >> border: 1px solid red;
> >> }
> > You might have wanted to use table > tr and table > tbody > tr as
> > selectors...
>
> IE6 doesn't respect styling of tr elements so I think table > tbody > td
> was probably fine.
IE6 doesn't support the child combinator either, so...
But the point was that Rob was trying to style a table where a tbody
were to be inserted/implied between a *tr* and a *td* rather than
between a table and a tr.
--
Thomas Broyer
Received on Tuesday, 3 July 2007 14:24:55 UTC