ZVON > References > CSS2 Reference

Go to Standard
Property: caption-side
Inherited: yes
Value: top | bottom | left | right | inherit
Initial: top
Applies to: 'table-caption' elements
Media: visual
Percentages: N/A

Examples:



     <AAA>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <cap>Table with caption</cap>
     </AAA>
View
AAA {display: table;}
BBB {display: table-row-group}
CCC {display: table-cell;
background-color: white}
cap {display: table-caption;
caption-side: bottom}



     <AAA>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <cap>Table with caption</cap>
     </AAA>
View
AAA {display: table;}
BBB {display: table-row-group}
CCC {display: table-cell;
background-color: white}
cap {display: table-caption;
caption-side: left}



     <AAA>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <cap>Table with caption</cap>
     </AAA>
View
AAA {display: table;}
BBB {display: table-row-group}
CCC {display: table-cell;
background-color: white}
cap {display: table-caption;
caption-side: top}



     <AAA>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <cap>Table with caption</cap>
     </AAA>
View
AAA {display: table;}
BBB {display: table-row-group}
CCC {display: table-cell;
background-color: white}
cap {display: table-caption;
caption-side: right}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet