Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter bartf

    (@bartf)

    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)