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.

menu opens underneath some screen items

Home Forums Older releases 0.9.x menu opens underneath some screen items

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2382
    edwardsmarkf
    Participant

    hello – i have a situation where the smartmenu opens underneath the jQuery jPlayer. the problem only happens after the player has played a sound, and the progress bar has been activated.

    this is happening in both chrome and FF. is there any suggestions on how to handle this? playing with z-index does not seem to help.

    #2391
    admin
    Keymaster

    Hi, I believe it’s still a z-index issue but it’s probably caused by some containers that have position: relative applied but no specific z-index set. You can try setting something like:

    .jp-interface {
    	z-index: 1;
    }

    and if your main menu is wrapped in any position: relative container, set it something like z-index: 2.

    If this doesn’t help, please post some kind of live demo where I could test your exact code.

    Cheers!

    #2395
    edwardsmarkf
    Participant

    indeed that was the problem ! thank you.

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