Javascript Reference
Categories: STYLE

javascript STYLE borderCollapse

@March 15, 2008, 1:22 a.m.
borderCollapseFirefox/Netscape/NN 6 IE 5 Chrome/Safari/DOM 2  

Read/Write  

Controls which table border model the table element should observe.

 
Example
 
document.getElementById("myTable").style.borderCollapse = "separate";
 
Value

Two case-insensitive string constants: collapse | separate. IE 5 for Macintosh and Netscape 6 do not respond to changes to this property.

 
Default

separate


Powered by Linode.