Conditional Comments CSS für IE Browser (WordPress)


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



Copy this code and paste it in your HTML
  1. <!--[if IE 7]>
  2. <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_directory'); ?>/iestyle.css" />
  3. <![endif]-->
  4. <!--[if lt IE 7]>
  5. <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_directory'); ?>/ie6style.css" />
  6. <![endif]-->

URL: http://de.wikipedia.org/wiki/Conditional_Comments

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.