Tim Tepaße: -Weiche für Konqueror (KHTML)

Beitrag lesen

Hallo Andreas,

[code lang=css html:root body:first-of-type:last-of-type:only-of-type:nth-of-type(1):nth-of-type(odd):nth-last-of-type(1):nth-last-of-type(odd):last-child:not(:first-child):nth-child(2):nth-child(even):nth-last-child(1):nth-last-child(odd):nth-last-child(1) [/code]

*g*

:indeterminate, :checked und ::selection sind die einzigen CSS 3 Selektoren, die KHTML nach meinen Tests nicht kann.

Wenn Du schon so fröhlich am Rumtesten bist: das CSS 3 User Interface definiert auch noch ein paar Selektoren:
http://www.w3.org/TR/css3-ui/#user-interface

Tim