Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css z-index

#nav {
  position: fixed;
  ...
  z-index: 2;
}
#main {
  position: absolute;
  ...
  z-index: 1;
}
 
PREVIOUS NEXT
Tagged: #css
ADD COMMENT
Topic
Name
1+6 =