CSS Image Gallery Support Product Page

This topic was archived

Dropdown menu dissapears behind css gallery

Asked 27 Oct 2009 19:14:39
1
has this question
27 Oct 2009 19:14:39 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 28 Oct 2009 10:55:06
28 Oct 2009 10:55:06 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 28 Oct 2009 16:40:07
28 Oct 2009 16:40:07 Lizzy Koster replied:
Thank you
Replied 28 Oct 2009 16:42:53
28 Oct 2009 16:42:53 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 28 Oct 2009 16:58:50
28 Oct 2009 16:58:50 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