How to keep the (drop down) menu on top
How to keep the (drop down) menu on top
If I have graphical elements on a page, then drop down menu gets hidden behind the graphics. (And disappear when the pointer is over the graphics). How can I make sure that the menu is always on top?
Re: How to keep the (drop down) menu on top
Have you tried some higher number z-index for the menu elements? Maybe your graphics have higher than your menu so raising it for menu would keep it on top.
Re: How to keep the (drop down) menu on top
Most times it happens from overflow:hidden in the menuwrapper call in CSS...