Showtime covering drop down menu

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
lukewarm
New Member
New Member
Posts: 2
Joined: Tue Jul 26, 2011 7:00 pm

Showtime covering drop down menu

Post 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...
ridelikeaturtle
Forum Members
Forum Members
Posts: 103
Joined: Thu May 06, 2010 9:22 pm

Re: Showtime covering drop down menu

Post 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.
mikeybeez
Forum Members
Forum Members
Posts: 12
Joined: Sat Jul 02, 2011 4:53 am

Re: Showtime covering drop down menu

Post by mikeybeez »

try edit show settings > window mode (OPAQUE)
ridelikeaturtle
Forum Members
Forum Members
Posts: 103
Joined: Thu May 06, 2010 9:22 pm

Re: Showtime covering drop down menu

Post 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.
ridelikeaturtle
Forum Members
Forum Members
Posts: 103
Joined: Thu May 06, 2010 9:22 pm

Re: Showtime covering drop down menu

Post by ridelikeaturtle »

Tried this and it worked:

Code: Select all

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

Return to “Modules/Add-Ons”