Javascript Image Slider / Posts /

menu lays behind the image slider

57
Are you aware of JavaScript issues, the menu doesn't seem to work well with other JavaScript menus. I have a drop-down menu that uses JavaScript, it isn't accessible when it lays over the menu slider.

if you hover over a menu item and try to select any link that hangs over the menu slider, the JavaScript drop-down will disappear.
 
How do I fix that?
Angela  10 years ago   viewed: 22137    

5 Answers

-1
Give your menu a higher z-index value, say:
.myMenu {z-index:1000;}

Note: if your menu container has a lower z-index than the z-index of your image or the container of your image, above won't work. You have to increase the z-index of the menu container, or decrease the z-index of your image(or the container of the image).

milo   10 years ago
1

Thank u very much issue is resolved when i add this z-index:1000; CSS. 

Rohith   7 years ago
2
I have tried this edit but still no success in keeping CSS Menu over top of Java Slider. Both of which are from menucool.com. Any additional suggestions would be appreciated.
Jamie   9 years ago
0
I am having the same problem, Angela. The Image is on top of my drop down menu. The only difference my menu is pure css.
Have you found a solution for your problem?
Thank you.
Luiz   9 years ago
-7
I decrease the z-index of my image's containing element and it works. It is surely the z-index issue.
Milan   9 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: