How to keep the (drop down) menu on top

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
olavt

How to keep the (drop down) menu on top

Post 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?
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: How to keep the (drop down) menu on top

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How to keep the (drop down) menu on top

Post by Dr.CSS »

Most times it happens from overflow:hidden in the menuwrapper call in CSS...
Locked

Return to “Layout and Design (CSS & HTML)”