zIndex 属性设置或返回定位元素的堆栈顺序。
具有较高堆栈顺序 (1) 的元素始终位于另一个具有较低堆栈顺序 (0) 的元素之前。
提示:定位元素是位置属性设置为:相对、绝对或固定的元素。
提示:如果您想创建重叠元素,此属性非常有用。
Property | |||||
---|---|---|---|---|---|
zIndex | Yes | Yes | Yes | Yes | Yes |
返回 zIndex 属性:
object.style.zIndex
设置 zIndex 属性:
object.style.zIndex = "auto|
number|initial|inherit"
Value | Description |
---|---|
auto | The browser determines the stack order of the element (based on its order in the document). This is default |
number | An integer that defines the stack order of the element. Negative values are allowed |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 汽车 |
---|---|
返回值: | 一个字符串,表示元素的堆栈顺序 |
CSS版本 | CSS2 |
CSS教程:CSS定位
CSS 参考:z 索引属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!