[Resolved] Hover on the Main Menu does not work

Home Forums Support [Resolved] Hover on the Main Menu does not work

Home Forums Support Hover on the Main Menu does not work

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #442361
    itcwiz

    Hi!

    I have a main menu and some point of the main menu have a submenu. If I click on a submenu page and from there I hover on a main-menu point, sometimes the submenu of that page appears, sometimes not. I want that the submenu always appears.

    Here is the example. When I hover on the menupoint “Chalet Kristall” the four submenu points appear “Erlebnis-Chalet”, “Ausstatung”, “Viedeo&Bilder” and “Familie”. When I hover on “Lage & Anreise”, the two menupoints “Lageplan&Google Maps” and “Tips zur Anreise” appear. Until now, everything works correct. When I click in “Tips zur Anreise” the respective page opens. This is still correct. From here, when I hover on “Chalet Kristall” again, the submenu of this main menu item “Chalet Kristall” does not appear. But if I hover on “Kulinarik” for example which is also a main menu item, its submenu appears. What is the problem? Why does the submenu of “Chalet Kristall” not appear if a subpage is active?

    Thank you for your help!

    #442646
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This should help:

    .main-navigation .main-nav li:hover .sub-menu {
        z-index: 100000;
    }

    Let me know ๐Ÿ™‚

    #442723
    itcwiz

    Perfect! It worked! Thank you soooo much!

    #442743
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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