load diffrent css files?

Discussion in 'HTML & Website Design' started by vpdesigns, Oct 4, 2008.

  1. #1
    how can i load diffrent css files for diffrent browsers? as my site images are in png as its transparant but i need i.e 5 and lower to see jpeg or gif image.

    Thanks
     
    vpdesigns, Oct 4, 2008 IP
  2. steve875

    steve875 Peon

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think it's done like this
    
    <!--[if IE 5]>
    <link type="text/css" rel="stylesheet" href="../style.css" />
    <![endif]-->
    
    Code (markup):
     
    steve875, Oct 4, 2008 IP
  3. vpdesigns

    vpdesigns Peon

    Messages:
    353
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks steve i'll try 2mo but add the code 2night
     
    vpdesigns, Oct 4, 2008 IP