javascript TD rowSpan
| rowSpan | NN 6 IE 4 DOM 1 |
| Read/Write | |
|
Specifies the number of rows through which the current table cell should extend itself downward. For each additional row included in the rowSpan count, one less td element is required for the next table row. If you set the vAlign property to middle, the alignment is calculated on the full height of the td element across the specified number of rows. |
|
| Example | |
document.getElementById("myTD").rowSpan = 12;
|
|
| Value | |
|
Integer, usually 2 or larger. |
|
| Default | |
|
1 |
|
Previous: javascript TD scope
Next: javascript TD noWrap
2051,Nickname,Homepage or email,Comments here,Add comment
