Title: bartf's Replies | WordPress.org

---

# bartf

  [  ](https://wordpress.org/support/users/bartf/)

 *   [Profile](https://wordpress.org/support/users/bartf/)
 *   [Topics Started](https://wordpress.org/support/users/bartf/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bartf/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bartf/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bartf/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bartf/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bartf/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Conditional comments ie6 ie7](https://wordpress.org/support/topic/conditional-comments-ie6-ie7/)
 *  Thread Starter [bartf](https://wordpress.org/support/users/bartf/)
 * (@bartf)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/conditional-comments-ie6-ie7/#post-661381)
 * Well.. i do exactly the same. I’ve changed the code a bit and ie7 does work righht
   now. But I still can’t get ie6 to work
 *     ```
       <style type="text/css" media="screen">
       @import url( <?php bloginfo('stylesheet_url'); ?> );
       </style>
   
       <!--[if lte IE 6]>
       <style type="text/css" media="screen">
       @import url( <?php bloginfo('stylesheet_directory'); ?>/ie6.css );
       </style>
       <![endif]--> 
   
       <!--[if IE 7]>
       <style type="text/css" media="screen">
       @import url( <?php bloginfo('stylesheet_directory'); ?>/ie7.css );
       </style>
       <![endif]-->
       ```
   

Viewing 1 replies (of 1 total)