Page 1 of 1

How to keep the (drop down) menu on top

Posted: Mon Apr 16, 2007 12:12 pm
by olavt
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

Posted: Mon Apr 16, 2007 7:34 pm
by KO
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

Posted: Mon Apr 16, 2007 7:39 pm
by Dr.CSS
Most times it happens from overflow:hidden in the menuwrapper call in CSS...