I have a small problem when im working with a menu and a list of images that change with jquery, my problem is that when I’m on the menu the submenu that is lost in the list of images.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to give a higher
z-indexto your dropdown menu.This sets it up higher in the stack than the images that are fading in/out. As it is now, the moment you mouse-into an area containing an image, the focus is lost and the dropdown is closed (because you’re moving onto an image, and off of the dropdown).