Title: IE conditional help
Last modified: August 19, 2016

---

# IE conditional help

 *  Resolved [zeaks](https://wordpress.org/support/users/zeaks/)
 * (@zeaks)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/ie-conditional-help/)
 * I’m using a TwentyTen child theme and need to add a conditional for IE. This 
   is what I have in my header
 *     ```
       <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
       <!--[if IE]>
       <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie.css" media="screen" type="text/css" />
       <![endif]-->
       ```
   
 * I’ve added #wrapper {border:5px solid #000;} to the ie.css stylesheet just to
   see if it would show up, but it doesn’t seem to be working.
    Anyone see what 
   I’ve done wrong?
 * **nvm, figured it out 2 seconds after posting this, needs to be stylesheet_directory
   with a child theme.

The topic ‘IE conditional help’ is closed to new replies.

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [twenty ten](https://wordpress.org/support/topic-tag/twenty-ten/)

 * 0 replies
 * 1 participant
 * Last reply from: [zeaks](https://wordpress.org/support/users/zeaks/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/ie-conditional-help/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
