Page 1 of 1

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

Posted: Tue Sep 09, 2014 10:30 am
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.

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

Posted: Thu Nov 20, 2014 5:12 am
by SNivas
z-index of slider div should be less than dropdown menu z-index.