z-index
CSS Property:
Result:
z-index
z-index 0
z-index 1
z-index 2
z-index 3
CSS Code:
#myDiv {
width:130px;
height:130px;
position:absolute;
left:0;
top:0;
background-color:#86C2DE;
z-index:0;
}
Demonstration of CSS z-index property
Click the property values above to see the result