Page 1 of 1

Showtime covering drop down menu

Posted: Tue Jul 26, 2011 7:24 pm
by lukewarm
Hi,

I've added the Showtime module to my template and have been using a drop down menu for my primary and secondary links. Whenever a drop down appears, the Showtime slideshow covers it up. I've tried the z-index property in CSS to no avail.

Any help or ideas would be greatly appreciated...

Re: Showtime covering drop down menu

Posted: Sun Sep 11, 2011 10:48 am
by ridelikeaturtle
I'd also be interested in this.

BTW, is this thread in the right place? I might start another in the "Modules/Add-Ons" section.

Re: Showtime covering drop down menu

Posted: Sun Sep 11, 2011 10:53 am
by mikeybeez
try edit show settings > window mode (OPAQUE)

Re: Showtime covering drop down menu

Posted: Sun Sep 11, 2011 11:07 am
by ridelikeaturtle
mikeybeez wrote:try edit show settings > window mode (OPAQUE)
That works! Thanks mikeybeez.

However...

...that's only an option in the swfobject animation type, but I need the Showtime module to be jQuery if I want this to show up on iPhones.

Re: Showtime covering drop down menu

Posted: Sun Sep 11, 2011 5:52 pm
by ridelikeaturtle
Tried this and it worked:

Code: Select all

ul#primary-nav li ul {
...
	position: absolute;
...
	z-index: 999;
...