July 1998
Intermediate to advanced
1456 pages
65h 5m
English
rowSpan — NN n/a IE 4 DOM 1
Read/Write
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 TH or
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 TH element across the specified
number of rows.
document.all.myTH.rowSpan = 12
Any positive integer, usually 2 or larger.
1
Read now
Unlock full access