Re: Extensions to CSS3 selectors

----- Original Message ----- 
From: "Jonas Sicking" <sicking@bigfoot.com>
To: <www-style@w3.org>
Sent: Friday, April 21, 2000 22:12
Subject: Extensions to CSS3 selectors


> E:nth-of-type(2 to 20)
> and possibly even
> E:nth-child(3-7,10 to 20,30)

Sorry, the second one should have been:
E:nth-child(3 to 7, 10 to 20, 30)

/ Jonas Sicking

Received on Friday, 21 April 2000 18:11:02 UTC