Shape 5

Joomla Templates => Business Look - November 07 - Club => : mkenney April 09, 2009, 12:20:13 PM



: Setting z-index on Slideshow Advance?
: mkenney April 09, 2009, 12:20:13 PM
I'm trying (would like to) use the Slideshow Advance module in the header module position of the Business Look template but the drop down menus are going behind the module.

Any thoughts on how to set the z-index of either this position or that of the menu?

Why won't the Slideshow Advance work, but the Image and Content Fader will?  What is the inherit difference between the positioning of these 2 modules?

I am leaving my test in place so you can view it and hopefully give me a solution.

Thanks,
Mike

http://2bluenewts.com


: Re: Setting z-index on Slideshow Advance?
: jonahh April 10, 2009, 12:46:02 AM
Hey Mike,

What you can do is open up the slideshow advance php file located in the modules folder and look for:

:
<div style="overflow: hidden; height: 275px; width: 900px;">

Replace it with:

:
<div style="overflow: hidden; height: 275px; width: 900px; position: relative; z-index: 0;">

Regards,


: Re: Setting z-index on Slideshow Advance?
: mkenney April 10, 2009, 06:11:27 AM
Hey Jonnah thanks for the try but that doesn't seem to be doing it.  Here is the code straight out of the .php file. 
I show it at line: 263
<div style="height:<?php echo $height ?>px; width:<?php echo $width ?>px; overflow:hidden; z-index:0;">

I even tried setting the z-index to -1 but that had no effect.  It just surprises me that this module of yours has this problem when the others; Image Content Fader & Frontpage Display work fine.


: Re: Setting z-index on Slideshow Advance?
: jonahh April 13, 2009, 11:55:58 AM
Could you send me FTP access to your site?  I could get this working for you then.


: Re: Setting z-index on Slideshow Advance?
: mastersite June 22, 2009, 11:47:12 AM
I have the same problem...

There are menu with more than 3 items, but only 3 are showed when the S5 Advance Slide change the image.

Can you help me ? (http://www.chvendas.com.br (http://www.chvendas.com.br))

Ivan


: Re: Setting z-index on Slideshow Advance?
: jonahh June 23, 2009, 02:52:40 PM
Hello,

If you add the below position and z-index to the following file this will fix the problem:

nomoo_suckerfish.css (line 71)

:
#navv ul {
margin:0;
padding:0;
position:relative;
z-index:23;
}