Re: [css3] “Selectors that People Actually Use”

Daniel Glazman wrote:
>
> Anne van Kesteren wrote:
>
>> I can't really predict how heavily they will be used, but I imagine 
>> that pretty much everyone will use at least the simple variant of 
>> :nth-child for tables once all browsers support it properly.
>
> And the :nth-last-child variant when the author wants the LAST table row
> to always be of a given color, as it often happens in financial tabular
> data.
>
> </Daniel>
This could also be done using <tfoot> I suppose.

Received on Wednesday, 20 February 2008 16:44:22 UTC