The lightbox doesn't cover html5 dropdown menu

Q: The first issue is related to use with CSS3 Menu. When I open a lightbox gallery on the same page as a CSS3 Menu navigation item the navigation seems to become part of the same layer as the lightbox. The navigation should stay grayed out, along with the rest of the page. Is this an easy fix?

A: Please, try to open the .css file generated with CSS3Menu in any text editor and find the
code:

ul#css3menu1 {
    display: inline-block;
    font-size: 0;
    position: relative;
    z-index: 999;
}



Change z-index property value this way:

ul#css3menu1 {
    display: inline-block;
    font-size: 0;
    position: relative;
    z-index: 99;
}

Related

Recent Demos



Contact US

For troubleshooting, feature requests, and general help, contact Customer Support at Mail. Make sure to include details on your browser, operating system, CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.

See More