CSS Image Gallery Support Product Page

This topic was archived

Dropdown menu dissapears behind css gallery

15 years ago Lizzy Koster posted:
My dropdown menu dissapears behind the div with the css gallery inside. On other pages no problem only on the page where I put the css gallery. I had this problem before and I could solve it with changing the z index of the div of the menu. Unfortunately this time it doesn't work.

I don't see the dropdown menu in chrome and not in IE (8).

www.bbb-online.nl/new/gallery.html

The dropdown is at the theater tours button.

Any help is useful,

Thanks

Replies

Replied 15 years ago
15 years ago Miroslav Zografski replied:
Hello Elizabeth,

Find the css file named p7PMMh09.css. In it find the statement:

ul div {
display:none;
}


and alter it to :

ul div {
    display:none;
    z-index:11;
}


That will particularly solve your issue.

Regards,
Replied 15 years ago
15 years ago Lizzy Koster replied:
Thank you
Replied 15 years ago
15 years ago Lizzy Koster replied:
<div class="dmxGallery" id="cssGallery1" style="z-index:-1;">

A friend of mine came with this solution and this worked too.
Replied 15 years ago
15 years ago Miroslav Zografski replied:
Hello,

That is also a possibility. However it may cause CSS Image Gallery to loose button functionality. That is why I did not offered that one as solution.

Regards,

Reply to this topic