CSS IE conditional comments


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



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.