Menu not floated left in IE6?

Forums Forums Menus Menu not floated left in IE6?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #259
    Crazy Serb
    Member

    I’m just pulling my hair out trying to figure out what could possibly be wrong here, as the menu works just fine in IE7 and Firefox… but IE6 is not stacking LI items one beside another but rather one below another:

    http://jimmedia.ca/

    Any idea why? Or what am I missing there? If anything…

    #3206

    Hi,
    Your problem is caused by the following code in between your HEAD tags:

    [code:2vyu7q8l]<!–[if lt IE 8]>
      <style type="text/css">
      li a {display:inline-block;}
      li a {display:block;}
      </style>
    <![endif]–>[/code:2vyu7q8l]

    I have no idea why, but IE6 is reading the first CSS declaration, but not the second. You will need to remove that to correct it.

    BTW, nice menu. It looks very slick.

    #3207
    Crazy Serb
    Member

    You are correct – didn’t even notice that piece of the code.

    Removing it made everything work just fine.

    Now I just have to figure out why the menu link and hover colours are different in IE6 than in the rest of the browsers (hover link colours and backgrounds are not taking effect, etc)… or is that just my IE6 that’s behaving like that?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.