Am 06.03.2011 11:03 schrieb tee:
http://jsbin.com/apate4/9/

According to the spec, it should work.
The :first-child pseudo-class represents an element that is the first child of 
some other element.
http://www.w3.org/TR/css3-selectors/#first-child-pseudo

that means first child of any type and doesn't match in your case. Try the first-of-type pseudo-class instead: <http://www.w3.org/TR/css3-selectors/#first-of-type-pseudo> but I'm not sure which browser-support you get for this one. It works in my Seamonkey 2.1 nightly but I didn't check other browsers.

greetings
Susanne


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to