Shape 5

Joomla Templates => Shenandoah - Club => : delightc November 25, 2011, 09:57:40 AM



: Javascript Overlapping
: delightc November 25, 2011, 09:57:40 AM
I'm using the Shenandoah template, and I have a simple image fader (not a Shape5 plugin) on the home page. The problem is that the drop down menu goes behind the fader. I tried applying a z-index of 9999 to a few elements, but I can't get anything to take effect. What elements should I target to fix this? Any suggestions?

Here's the site: http://joomla.easeton.com/ (http://joomla.easeton.com/)


: Re: Javascript Overlapping
: mikek November 25, 2011, 04:50:29 PM
Hello,

Add the following to the bottom of template.css:

#s5_header_area1 {
z-index:2000;
}


: Re: Javascript Overlapping
: delightc November 26, 2011, 10:33:27 AM
Thank you! Fixed it right up. I appreciate the quickness of your response on the holiday weekend, as well :)