We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

Wiederkehr on 02/28/08


Tagged

css wordpress conditionalcomments


Versions (?)


Wordpress: IE Conditional Comments


Published in: HTML 


  1. <!--[if IE 6]>
  2. <link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_bloginfo('template_directory'); ?>/css/ie6.css" />
  3. <![endif]-->
  4. <!--[if IE 7]>
  5. <link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_bloginfo('template_directory'); ?>/css/ie7.css" />
  6. <![endif]-->

Report this snippet 

You need to login to post a comment.