Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css z index

img {
  position: absolute; 
  /*position: relative;
  //position: fixed;*/
  left: 0px;
  top: 0px;
  z-index: -1;
}

The z-index property specifies the stack order of an element.
 
PREVIOUS NEXT
Tagged: #css #index
ADD COMMENT
Topic
Name
3+3 =