View Single Post
Old 01-24-2022, 02:55 PM   #8 (permalink)
freebeard
Master EcoModder
 
freebeard's Avatar
 
Join Date: Aug 2012
Location: northwest of normal
Posts: 29,083
Thanks: 8,255
Thanked 9,018 Times in 7,451 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
____________________
.
.
What the headline giveth, the last paragraph taketh away. -- Scott Ott
  Reply With Quote