<!--[if IE7]> <link href="ie.css" rel="stylesheet" type="text/css"> <![endif]-->

Discussion in 'HTML & Website Design' started by DarioZ, Dec 28, 2008.

  1. #1
    Hello. I want to load other css style sheet when user open page in IE 7.
    I tried to put this code in head section
    <!--[if IE7]> <link href="ie.css" rel="stylesheet" type="text/css"> <![endif]-->?

    but nothing happens
     
    DarioZ, Dec 28, 2008 IP
  2. fairuz.ismail

    fairuz.ismail Peon

    Messages:
    232
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it's

    <!--[if IE 7]>
    Special instructions for IE 7 here
    <![endif]-->

    you wrote IE7 instead of IE 7

    good luck!
     
    fairuz.ismail, Dec 29, 2008 IP