javascript STYLE borderSpacing
| borderSpacing | NN 6 IE 5 DOM 2 |
|
|
Read/Write |
|
Controls the spacing between table cells when the table is in (the default) separate borders mode, similar to a table object's cellSpacing property. IE 5 for the Macintosh doesn't respond to changes of this property's value. Available in IE as a property of the style object only. |
|
| Example | |
document.getElementById("myTable").style.borderSpacing= "12px";
|
|
| Value | |
|
CSS length value as a string |
|
| Default | |
|
None. |
|
Previous: javascript STYLE borderStyle
1822,Nickname,Homepage or email,Comments here,Add comment
