ZVON > References > CSS2 Reference

Go to Standard
Property: bottom
Inherited: no
Value: <length> | <percentage> | auto | inherit
Initial: auto
Applies to: positioned elements
Media: visual
Percentages: refer to height of containing block

Examples:



     <doc>
          <AAA> absolutely positioned block element, try to resize your window </AAA>
     </doc>
View
* {display: block}
AAA {position: absolute;
bottom: 20px;
height: 100px;
width: 150px;
border: red solid thin}



     <doc>
          <AAA> absolutely positioned block element, try to resize your window </AAA>
     </doc>
View
* {display: block}
AAA {position: absolute;
bottom: 75%;
height: 100px;
width: 150px;
border: red solid thin}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet