ZVON > References > CSS2 Reference

Go to Standard
Property: max-height
Inherited: no
Value: <length> | <percentage> | none | inherit
Initial: none
Applies to: all elements except non-replaced inline elements and table elements
Media: visual
Percentages: refer to height of containing block

Examples:



     <doc>
          <AAA> text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </AAA>
          <AAA> text text text text text text </AAA>
     </doc>
View
* {display: block; max-height: 50px}
AAA {width: 50px; border: red solid thin}



     <doc>
          <AAA> text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </AAA>
          <AAA> text text text text text text </AAA>
     </doc>
View
* {display: block; max-height: 100px; min-height:100px}
AAA {width: 200px; border: red solid thin}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet