Re: [CSS3 Selectors] proposal of pseudo-classes :odd-child and :odd-line

* Nikodem wrote:
>table tr:odd-child // similar to :first-child

The syntax for this is

  table tr:nth-child(odd)

Please see <http://www.w3.org/TR/css3-selectors/#nth-child-pseudo>.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 1 October 2007 13:09:38 UTC