Return to Snippet

Revision: 5344
at February 28, 2008 12:28 by Wiederkehr


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

Revision: 5343
at February 28, 2008 12:06 by Wiederkehr


Initial Code
<!--[if IE 6]>
		<link rel=“stylesheet“ href=“<?php bloginfo('template_url'); ?>/css/lib/ie6.css“ type=“text/css“ media=“screen“ />
	<![endif]-->
	<!--[if IE 7]>
		<link rel=“stylesheet“ href=“<?php bloginfo('template_url'); ?>/css/lib/ie7.css“ type=“text/css“ media=“screen“ />
	<![endif]-->

Initial URL


Initial Description


Initial Title
Wordpress: IE Conditional Comments

Initial Tags
css, wordpress

Initial Language
HTML