/ Published in: HTML
URL: paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
Nifty!
Expand |
Embed | Plain Text
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7 ]> <body class="ie6"> <![endif]--> <!--[if IE 7 ]> <body class="ie7"> <![endif]--> <!--[if IE 8 ]> <body class="ie8"> <![endif]--> <!--[if IE 9 ]> <body class="ie9"> <![endif]--> <!--[if gt IE 9]> <body> <![endif]-->
Comments
Subscribe to comments
You need to login to post a comment.

Via Paul Irish.
The latest version applies the class to the HTML tag now. Thanks for the snippet!