Fri 8 Jun 2007
IE 6 and below
* html {}
IE 7 and below
*:first-child+html {} * html {}
IE 7 only
*:first-child+html {}
IE 7 and modern browsers only
html>body {}
Modern browsers only (not IE 7)
html>/**/body {}
Recent Opera versions 9 and below
html:first-child {}
Safari
#test{
color:#063
}
#test{
/*andere Schriftfarbe*/
color:#c00;
#
}
