ZVON > References > CSS2 Reference

Go to Standard
Property: border-spacing
Inherited: yes
Value: <length> <length> ? | inherit
Initial: 0
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;
background-color: navy;
border-spacing: 0pt 2pt}
BBB {display: table-row-group}
CCC {display: table-cell;
background-color: white}



     <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;
background-color: navy;
border-spacing: 2pt 0pt}
BBB {display: table-row-group}
CCC {display: table-cell;
background-color: white}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet