ZVON > References > CSS2 Reference

Go to Standard
Property: border-collapse
Inherited: yes
Value: collapse | separate | inherit
Initial: collapse
Applies to: 'table' and 'inline-table' 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>
     </AAA>
View
AAA {display: table;
border-style: solid;
border-collapse: collapse;
border-color: white}
BBB {display: table-row-group}
CCC {display: table-cell}



     <AAA>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
          <BBB>
               <CCC>www</CCC>
               <CCC>zvon</CCC>
               <CCC>org</CCC>
          </BBB>
     </AAA>
View
AAA {display: table;
border-style: solid;
border-collapse: separate;
border-color: white}
BBB {display: table-row-group}
CCC {display: table-cell}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet