1 2 3 4 5 6
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-77.html */ .red { background-color : red } .t1 td:not(:first-child) { background-color : lime } p > *:not(:first-child) { background-color : lime } table.t1 td { border : thin black solid }