Conditional css inclusion


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!--[if lte IE 6]>
  2. <link rel="stylesheet" type="text/css" href="/css/ie6_fix.css" />
  3. <![endif]-->
  4. <!--[if IE 7]>
  5. <link rel="stylesheet" type="text/css" href="/css/ie7_fix.css" />
  6. <![endif]-->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.