body > p:first-child { font-size: 150%; color: red; }
table:last-child td { border: 2px solid red; }
table:last-of-type th { border-color: green; }
table + table + table th { border-style: dashed; }
p ~ p { font-weight: bold; }
<table bgcolor="red"> |
#redtable { background-color: #3E3; } |
This document can also be viewed in quirks mode. Quirks mode keeps IE7 from processing any of the advanced selectors. This means I can't manage to address a specific table in MySpace's ungodly mess of HTML. How do so many crappy products get so popular? I hate them all so much