sample
<style type=text/css>
#hack { color:#000000; }
*:first-child+html
#hack {
   color:#ff0000;
}

</style>
sample

IE7で見ると文字色が赤(#ff0000;)
IE7以外のブラウザで見ると文字色が黒(#000000;)