The empty-cells Property : table empty cell « Tags « HTML / CSS

HTML / CSS » Tags » table empty cell 
The empty-cells Property
   


Value     Purpose

show      Borders will be shown even if the cell is empty (the default in Netscape).

hide      Borders will be hidden if cell is empty (the default in IE).

inherit   Will obey the rules of the containing table (only of use in nested tables).

   
    
  
Related examples in the same category
1.border-spacing and empty-cells
2.empty-cells: show
3.empty-cells: hide
4.table empty-cells:show;
5.table empty-cells:hide;
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.