/ Published in: CSS
URL: www.davidheely.co.uk
Enables you to easily select older version of CSS by class rather than having a seperate CSS file for each version of IE.
Expand |
Embed | Plain Text
<!--[if lt IE 7 ]> <html lang="en" class="ie ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="ie ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="ie ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="ie ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="nie"> <!--<![endif]-->
You need to login to post a comment.
