Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Only Nav – Sub nav not working in IE9 Why?

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44947
    Presto
    Participant

    Hey Guys,

    I’m trying to get the sub menus working in IE9, the shadow around the ul is showing up, but the sub menus do not, can you help?

    http://codepen.io/Presto/pen/tznHh

    #135917
    wolfcry911
    Participant

    remove the z-index from .navigation.navbar

    #136006
    Presto
    Participant

    That fixed it, thanks

    #136026
    Presto
    Participant

    Ok, I thought it was fixed but I guess I was wrong, here is a link to the test site: http://test.cswapps.com/sites/pacificrealestate/

    UPDATE: Its working great in Chrome and Safari, just not in IE :o/

    #136047
    Presto
    Participant

    Thanks for the reply mcjohnst,

    I think I have it almost working now, the drop downs show up in IE when you hover over the parent items, but when you go to hover over the child items the sub menu go away.

    #136050
    Presto
    Participant

    Grrr, the problems where getting caused by the background image I had set. I had the image set to:
    position:absolute;
    z-index:0;
    and the container set to:
    position:relative;
    z-index:2;

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.