I see CSS3Menu through pop up window. How to make photo gallery for web site overlap a menu?

Q: I bought your products VisualLightBox and CSS3Menu and inserted them into the same page. The problem appears when you run the VisualLightbox, the pop up window comes behind the CSS3 menu. How can I fix it?

A: Open generated "style.css" file generated with CSS3Menu app. in any text editor (for example, Notepad), find following lines:

ul#css3menu1{
        padding:10px 10px 10px 0;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;
        *display:inline;}


and reduce value of "z-index" parameter. Use value "99".

Related