View Single Post
Old 01-24-2022, 01:55 PM   #8 (permalink)
freebeard
Master EcoModder
 
freebeard's Avatar
 
Join Date: Aug 2012
Location: northwest of normal
Posts: 27,660
Thanks: 7,767
Thanked 8,575 Times in 7,061 Posts
Z-index is an CSS element of HTML5.
Quote:
https://www.w3schools.com › cssref › pr_pos_z-index.asp
Definition and Usage. The z-index property specifies the stack order of an element.. An element with greater stack order is always in front of an element with a lower stack order. Note: z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky) and flex items (elements that are direct children of display:flex elements).
You can try it out here: www.w3schools.com/cssref/tryit.asp?filename=trycss_zindex
__________________
.
.
Without freedom of speech we wouldn't know who all the idiots are. -- anonymous poster

____________________
.
.
"We're deeply sorry." -- Pfizer
  Reply With Quote