Forums

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

Home Forums CSS A div going over fixed header Reply To: A div going over fixed header

#248306
tomnoble92
Participant

You need to set the position: of the elements you want to change, to relative or absolute.

And then give the element you want lower on the z axis. Z-index:1

and the element you want higher z-index:999

As long as the number if higher on the element you want on top it will render on top.