IF IE Command not working, urgent

Discussion in 'CSS' started by macca81625, Jul 7, 2010.

  1. #1
    Hello, I have trouble with my IF IE code it doesnt appear to be working. looking to get site finished in all browsers but need help as to why its not working here.

    look at my code its on, www.facialfeminization.eu/dev/index.html

    or you can guide me here

    <!-- TemplateEndEditable -->
    <link rel="stylesheet" type="text/css" href="../global/global.css" />
    
    <!-- TemplateBeginEditable name="head" -->    
    
    <!-- TemplateEndEditable -->
    <!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="../global/ie.css" />
    <![endif]-->
    </head> 
    <body>
    Code (markup):

     
    macca81625, Jul 7, 2010 IP
  2. KnuTz

    KnuTz Well-Known Member

    Messages:
    169
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #2
    it's because you got your relative path wrong try changing ../global/ie.css to ./global/ie.css
     
    KnuTz, Jul 7, 2010 IP