Published in: CSS
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 {}
Comments
Subscribe to comments
You need to login to post a comment.

Have you heard of conditional comments? http://en.wikipedia.org/wiki/Conditional_comments . They are a lot easier than these CSS Parser hacks.
Cool. Thanks.
but it suport other browser except IEs?