+ 5

How many methods are there to place a element on top of everything ?

my page's main content is on top of the header. I tried z-index, display.

5th May 2017, 6:33 PM
Piranavan Vijayakumar
Piranavan Vijayakumar - avatar
1 Answer
+ 6
To make 'z-index' work properly, you need to also set a positioning mode ( 'position:fixed|relative|absolute' )... https://developer.mozilla.org/fr/docs/Web/CSS/position
5th May 2017, 7:24 PM
visph
visph - avatar