Inserts a td element nested within the current tr element. The integer parameter points to the zero-based index in the cells collection where
Removes a td or th element nested within the current tr element. The integer parameter points to the zero-based item in the row's cells col
Indicates the manner of vertical alignment of text within the cells of the current row.
Returns a zero-based integer representing the position of the current row among all other tr elements in the row grouping. A row grouping can be o
Returns a zero-based integer representing the position of the current row among all other tr elements in the entire table. The count is based on t
Specifies the pixel or percentage height of the row. To change the height of a row dynamically, adjust the element's style.height value rather tha
Gives focus from the current TR object, at which time the TR object's onfocus event fires.
Broadly speaking, these provide the height and width of the TR element's content, but with minor variations with respect to element padding among vari
Defines the offset point at which the character specified by the char attribute is to appear within a TR cell. In practice, neither IE nor Navigator r
Defines the text character used as an alignment point for text cells of the row. This property is normally of value only for the align attribute s
Returns a collection of td or th elements nested inside the table row. Items in the collection are in source code order.
document.getElementById("myTR").borderColorDark = "blue"; document.getElementById("myTR").borderColorLight = "cornf
Specifies the color of the element's border. Internet Explorer applies the color to all four lines that make up the interior border of a cell. There
Removes focus from the current TR object, at which time the TR object's onblur event fires.
Specifies the background color of the table cells in the current row. This color setting is not reflected in the style sheet backgroundColor prope