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






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;