how can i make layouts work properiny in ie 6?

Discussion in 'HTML & Website Design' started by vpdesigns, Dec 3, 2007.

  1. #1
    i can build layouts fine for ie 7 and firefox but they wont load properly in ie6? any ideas?
     
    vpdesigns, Dec 3, 2007 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    really depends on what the problem is you are having and what code you are using
     
    AstarothSolutions, Dec 4, 2007 IP
  3. zyml

    zyml Peon

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Use conditional statements to help you fix your layout in IE6 if you're using CSS:

    
    <!--[if IE 6]>
    <link href="ie6.css" rel="stylesheet" type="text/css" />
    <![endif]-->
    
    Code (markup):
     
    zyml, Dec 4, 2007 IP
  4. Jaybreeze

    Jaybreeze Peon

    Messages:
    167
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Do a search on google. They have pre-made fixes that will guide you.
     
    Jaybreeze, Dec 4, 2007 IP
  5. vpdesigns

    vpdesigns Peon

    Messages:
    353
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks guys
     
    vpdesigns, Dec 4, 2007 IP