ZVON > References > CSS2 Reference

Go to Standard
Property: empty-cells
Inherited: yes
Value: show | hide | inherit
Initial: show
Applies to: 'table-cell'elements
Media: visual
Percentages: N/A

Examples:



     <tab>
          <group>
               <headings>Name</headings>
               <name>Gandalf</name>
               <name>Frodo</name>
               <name>Sam</name>
          </group>
          <group>
               <headings>Role</headings>
               <role>wizard</role>
               <role>main hero</role>
               <role></role>
          </group>
     </tab>
View
tab {display: table; border: black solid; empty-cells: hide}
group {display: table-row}
headings, name, role {display: table-cell; border: blue solid}



     <tab>
          <group>
               <headings>Name</headings>
               <name>Gandalf</name>
               <name>Frodo</name>
               <name>Sam</name>
          </group>
          <group>
               <headings>Role</headings>
               <role>wizard</role>
               <role>main hero</role>
               <role></role>
          </group>
     </tab>
View
tab {display: table; border: black solid; empty-cells: show}
group {display: table-row}
headings, name, role {display: table-cell; border: blue solid}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet