Hello, I am working on site here... epolystarfilms.com

The nice menus dropping down from above are layered underneath
the view cycle display... how do I reverse this so menus stay on
top when they drop down?

thanks in advance for any help.

Comments

travisc’s picture

try relative positioning your menu using CSS, then give it a z-index that positions it above your view.

#menu {
position:relative;
z-index:101;
}

jboeger’s picture

Thanks for your reply. The method did indeed work for me.

eabrand’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.