ZVON > References > CSS2 Reference

Go to Standard
Property: z-index
Inherited: no
Value: auto | <integer> | inherit
Initial: auto
Applies to: positioned elements
Media: visual
Percentages: N/A

Examples:



     <AAA>
          <BBB>Here the CCC element is placed
               <CCC>CCC CCC CCC</CCC> at the front.
          </BBB>
          <DDD>Here the EEE element is placed
               <EEE>EEE EEE EEE</EEE> below.
          </DDD>
     </AAA>
View
* {display: block}
AAA * {position:fixed}
BBB, CCC {top: 10px;}
DDD, EEE {top: 60px;}
BBB, DDD {background-color: red}
CCC, EEE {background-color: blue}
BBB, EEE {z-index: 1}
CCC, DDD {z-index: 2}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet