Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Changing z-index disables links Reply To: Changing z-index disables links

#238306
bearhead
Participant

Its seems like you should be able to position user-mgmt relatively with a z-index of like 10, and then just remove the z-index:-1 on the menu.

http://codepen.io/kvana/pen/EPBBzP

Or is there something I’m missing that won’t let that work in context?