Can CSS force a menu dropdown to appear over a JS slide?

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Can CSS force a menu dropdown to appear over a JS slide?

Post by simonmlewis »

We have a new menu that has a dropdown with lots of sub menus. Very nice!
However, it's always appearing behind a slider we are using.

Is some means of preventing this?
I have tried z-index: 1000 on the slider DIV, to not effect.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
SNivas
Forum Newbie
Posts: 3
Joined: Fri Sep 26, 2014 6:28 am

Re: Can CSS force a menu dropdown to appear over a JS slide?

Post by SNivas »

z-index of slider div should be less than dropdown menu z-index.
Post Reply