Browser Dependant CSS (Joomla)


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



Copy this code and paste it in your HTML
  1. <!--[if IE 7]>
  2. <link href="templates/<?php echo $this->template ?>/css/ie7only.css" rel="stylesheet" type="text/css" />
  3. <![endif]-->
  4. <!--[if lte IE 6]>
  5. <link href="templates/<?php echo $this->template ?>/css/ie6only.css" rel="stylesheet" type="text/css" />
  6. <![endif]-->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.