Re: New Selectors

Kris@meridian-ds.com wrote:
> Psuedo-classes:
> :even-child
> :odd-child
> 
> This could be especially useful when styling table rows inside a tbody.

:nth-child(even), :nth-child(odd).

http://www.w3.org/TR/css3-selectors/#nth-child-pseudo

Sander

Received on Friday, 17 June 2005 14:41:07 UTC