ZVON > References > CSS2 Reference

Go to Standard
Property:overflow
Percentages: N/A
Media: visual
Applies to: block-level and replaced elements
Initial: visible
Value: visible | hidden | scroll | auto | inherit
Inherited: no

Examples:



     <AAA>
          <BBB>text text
               <CCC>A very long sentence inside a small amount of text.</CCC> text text
          </BBB>
     </AAA>
View
BBB {display: block;
width: 40pt;
border: solid thin red}
CCC {display: block;
width: 60pt;
overflow: visible;
clip : rect(10pt, 50pt, 30pt, 10pt);
border: solid thin blue}



     <AAA>
          <BBB>text text
               <CCC>A very long sentence inside a small amount of text.</CCC> text text
          </BBB>
     </AAA>
View
BBB {display: block;
width: 40pt;
border: solid thin red}
CCC {display: block;
width: 60pt;
overflow: hidden;
clip : rect(10pt, 50pt, 30pt, 10pt);
border: solid thin blue}



     <AAA>
          <BBB>text text
               <CCC>A very long sentence inside a small amount of text.</CCC> text text
          </BBB>
     </AAA>
View
BBB {display: block;
width: 40pt;
border: solid thin red}
CCC {display: block;
width: 60pt;
overflow: scroll;
clip : rect(10pt, 50pt, 30pt, 10pt);
border: solid thin blue}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet