该
z-index属性仅在还
position应用了一个属性时才起作用(不计算
position: static;,这是默认值)。
根据规范,以下所有内容均可使用:
position: fixed;position: absolute;position: relative;position: sticky;
唯一的例外是在
flex容器或CSS中
grid

该
z-index属性仅在还
position应用了一个属性时才起作用(不计算
position: static;,这是默认值)。
根据规范,以下所有内容均可使用:
position: fixed;position: absolute;position: relative;position: sticky;
唯一的例外是在
flex容器或CSS中
grid