Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Problem with two menus

Home Forums Older releases 1.0.x Problem with two menus

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3042
    Timbioz
    Participant

    Hi. When i develop two menus… one under other… top submenu disapered when i hover bottom menu. Sorry for bad english)) See gif:
    Example

    How can I fix this?

    #3052
    admin
    Keymaster

    Set the z-index of your green menu to something higher than 9999 which is the default SmartMenus value defined in “sm-core-css.css” – e.g.:

    #green-menu {
    	position: relative;
    	z-index: 10000;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.