CSS z-index 属性
定义与用法
z-index属性设置元素的堆叠顺序。拥有更高堆叠顺序的元素总是会处于堆叠顺序较低的元素前面。
元素可以拥有负的z-index属性值。
默认的z-index的属性值为0。
例如:
img { position:absolute; left:0px; top:0px; z-index:-1; }
<h1>标题</h1> <img src="/i/eg_smile.gif" /> <p>图像的 z-index 是 -1,所以它在文本的后面出现。</p>
相关推荐
teresalxm 2020-07-25
wallowyou 2020-06-28
nicepainkiller 2020-05-05
淡风wisdon大大 2020-04-21
lcyangcss 2019-12-23
maiktom 2019-12-07
somboy 2019-10-23
zhanghaibing00 2019-09-08
王景迁 2019-06-29
ajhongshaorou 2019-06-28
张大晴 2016-04-19
adeyi 2019-06-27
wolaizheli 2014-09-05
walliam 2014-07-31
kaiya0 2014-07-28