treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Special CSS for IE

  • Hello Guys,

    I was reading the post about creating special CSS for IE
    I need to apply this to a wordpress site and I want to be sure the code is ok:

    	
    <!--[if lt IE 9]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/ie.css" />
    <![endif]-->


    It is ok?.
    Thanks again.
  • Looks good to me.