css定位及z-index的使用:
css定位 #div1{ width height background position top z-index #div2{ width height background position left z-index #div3{ width height background position left top z-index){ document.write(i) }
z-index可取负值,负值越大表示越靠底层:
body{ color img { position top left z-indexThis is a heading由于图像的 z-index 是 -1,因此它在文本的后面出现。