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.
Can CSS force a menu dropdown to appear over a JS slide?
Moderator: General Moderators
-
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?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
Re: Can CSS force a menu dropdown to appear over a JS slide?
z-index of slider div should be less than dropdown menu z-index.