Question about CSS menu works in FF but not IE

Discussion in 'CSS' started by marklbishop, Feb 13, 2009.

  1. #1
    marklbishop, Feb 13, 2009 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    IE does not properly handle shrink-wrap. You'll need to give #navsub an explicit width; 35% will likely work as a starting point.

    There are other issues with containing float elements, but get the current issue closer before worrying about them.

    IE can screw up on negative margins too. On #navcontainer_sub, make margin-bottom 0, instead of 10px. Then remove the neg margin from #navsub.

    cheers,

    gary
     
    kk5st, Feb 13, 2009 IP
  3. marklbishop

    marklbishop Peon

    Messages:
    89
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Wow. That was great. That really helps. Thanks.

    And I'm going to spend some time on your website looking through your workshop. Looks like a great resource!

    Thanks!
     
    marklbishop, Feb 14, 2009 IP