Page 1 of 2

Slide Show Plugin Image Covers Dropdown Menu

Posted: 05 Feb 2010, 19:38
by animally
I am using the slide show plugin (v2.6.2) and when the slide show starts over (i.e., cycles through all the images and starts to display the first image again), the image is now in front of the drop down menu. When you refresh the page and have the plugin restart the slide show in the article, the drop down menu is over the top of the image as expected until it completes the first cycle of images.

Here's a screen shot illustrating the issue:

Image

Any suggestions?

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 08 Feb 2010, 17:16
by Jan
Hi, seems like template css z-index problem. Try to test your template and try to modify/add z-index rules to your template (into the menu section)

Jan

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 08 Feb 2010, 17:47
by animally
Do you have an example of what the z-index rules might be you are referring to?

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 08 Feb 2010, 18:04
by Jan
Hi, no I have no experiences with this, but try to search this forum for 'z-index' or Joomla.org forum. I think there are many guides ...

Jan

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 08 Feb 2010, 19:51
by animally
I've tried adjusting the z-index in the template as well as wrap the plugin code in the article:

Code: Select all

<div style="z-index: -5;">
    <table align="center" border="0">
        <tbody>
            <tr>
                <td>{pgslideshow id=9|delay=4000}</td>
            </tr>
        </tbody>
    </table>
</div>
Eventually the dropdown menu gets covered by the slide show :(

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 12 Feb 2010, 15:23
by animally
The positioning is fine when you first hit the page (i.e., the menu will drop down over the pictures). It's only after a while of cycling through the slide show does the menu eventually fall behind the pictures. BTW, this happens with Firefox, Safari, and IE so it's not browser specific.

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 03 Apr 2010, 18:21
by animally
I have not gotten a solution yet. I thought there was a pattern on when it happens, but I don't think there is one. If you simply just leave the front page open and let the slide show continue for a while, eventually the menu gets covered.

The site location: http://www.premierehomeimprovement.com/

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 21 Feb 2013, 11:56
by flug12
Hi!
I've still no solution to this problem.
Any new Ideas?

thx, best
flug

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 21 Feb 2013, 12:43
by Jan
Hi, it is about z-index, just check your template for z-index and correct them.

Jan

Re: Slide Show Plugin Image Covers Dropdown Menu

Posted: 21 Feb 2013, 13:39
by flug12
Hi!
Thx Jan, I added the following into #topmenu li ul:

z-index:5;

great!

thank you!
best

Flug