这个z-index
属性指定元素的堆栈顺序。
具有较高堆栈顺序的元素始终位于具有较低堆栈顺序的元素之前。
笔记:z-index
仅适用于定位元素(位置:绝对、位置:相对、位置:固定或位置:粘性)和弹性项目(是其直接子元素的元素)显示:弹性元素)。
笔记:如果两个定位元素重叠且没有z-index
指定后,HTML 代码中位于最后的元素将显示在顶部。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
z-index | 1.0 | 4.0 | 3.0 | 1.0 | 4.0 |
z-index: auto|
number|initial|inherit;
Value | Description | Demo |
---|---|---|
auto | Sets the stack order equal to its parents. This is default | Demo ❯ |
number | Sets the stack order of the element. Negative numbers are allowed | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS定位
HTML DOM 参考:zIndex 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!