Few IE 6 errors

Discussion in 'CSS' started by xman87, Aug 31, 2009.

  1. #1
    Hi i have problems in IE6 with my site:

    http://dl.getdropbox.com/u/118981/index.html

    Submenu on item "Lietanie" in top menu isnt working good, and layout is also messy.

    In attach file you can see what is bad.

    Can you help me pls?
     

    Attached Files:

    xman87, Aug 31, 2009 IP
  2. xman87

    xman87 Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Nobody? Please
     
    xman87, Aug 31, 2009 IP
  3. ywp

    ywp Peon

    Messages:
    96
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Put the following into every empty div:

    <!-- IE6 COMMENT -->

    This lets people know why it's there. You shouldn't need display and _line-height (sic).

    I do this with clearing divs too:

    <div class="clear"><!-- IE6 COMMENT --></div>

    .clear{margin: 0; padding: 0; float: none; clear: both; height: 0;}

    You've probably noticed the lack of PNG transparency(?).

    Sorry, I didn't look at your menu.
     
    ywp, Aug 31, 2009 IP
  4. Zizzi

    Zizzi Peon

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Why worry about IE6? You should be moving forward. Take a little hit and make people advance. IE6 is vulnerable as all get out anyways.
     
    Zizzi, Aug 31, 2009 IP