Slider problem

Latest Reply from === at 2013-02-07 18:18:34 Solution
Hi,

When i add a slide to the slider the dropdown menu doesn't work properly anymore. It seems to disappear behind the slider.

Is there a way to fix that?
Please first Search the forum support. you can find your problem easily without posting !

you should just change your css drop down menu,
in your main directory, find style.css,
find this code:

#secondarymenu-container {
height:170px;
position:relative;
z-index:11;
}

and change z-index, to 99. it should just more than the slider's z-index.

Have fun.
And if you have problem with Mainmenu:

open the file "syle.css" and find #mainmenu-containrer,
change value of the following item:

#mainmenu-container {
z-index:18;
padding-bottom:13px;
clear:left;
margin-bottom:15px;
}


( sorry for double posting, forget about mainmenu :) )

Have fun!
I did search the forum and could't find it so i posted it.
I tried your solution but it does not do the trick..

Any other options?
Ok that last solution is working!
Thanks!

Leave a reply

Add codeAdd image