'table-layout' Syntax and Note : table layout « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'table-layout' Syntax and Note

Syntax:
    
table { table-layout: value }
elementID.style.tableLayout = "value"
document.all.elementID.style.tableLayout = "value" // IE only
    

      
      








Related examples in the same category

1.'table-layout' Example
2.'table-layout' Possible Values
3.'table-layout' is applied to