Forums

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

Home Forums CSS Stacking Fixed Position Elements Re: Stacking Fixed Position Elements

#53609
DogsGhost
Member

use z-index to declare which element is in front of the other. The highest z-index number will show on top, any element not given a specific z-index has a z-index value of 1. An element must have declared position for z-index to work, since your items are all fixed positioning it should work fine.