/ Published in: HTML
http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
Expand |
Embed | Plain Text
<!-- If you already have ie.css --> <!--[if lt IE 8]><link rel="stylesheet" href="/css/ie.css" media="screen" /><![endif]--> <!-- Paul Irish's nice solution --> <!--[if lt IE 7 ]> <html class="ie6"> <![endif]--> <!--[if IE 7 ]> <html class="ie7"> <![endif]--> <!--[if IE 8 ]> <html class="ie8"> <![endif]--> <!--[if IE 9 ]> <html class="ie9"> <![endif]-->
You need to login to post a comment.
