+ 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.
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