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

#238335
bearhead
Participant

z-index only applies to elements that are positioned relatively, fixed or absolutely.

z-index:-1; can be a little goofy, so it made sense to bring the header in front of the navigation, instead of trying to put the navigation behind everything.