Javascript Reference
Others | HTML Elements | Events | Objects | Grammar
javascript TABLE cellSpacing
Specifies the amount of empty space between the outer edges of each table cell. If the table has a border, the effect of setting cellSpacing is to
javascript TABLE cells
Returns a collection of all td elements inside the table. Entries in the array are in source code order of td elements. This property is more wi
javascript TABLE cellPadding
Specifies the amount of empty space between the border of a table cell and the content of the cell. Note that this property applies to space inside a
javascript TABLE caption
Returns a reference to a caption element nested inside the table. From this reference you can access properties and methods of the caption objec
javascript TABLE borderColorDark, borderColorLight
document.getElementById("myTable").borderColorDark = "blue"; document.getElementById("myTable").borderColorLight = &quot
javascript TABLE borderColor
Specifies the color of the table's border. Internet Explorer applies the color to all four lines that make up the interior border of a cell.
javascript TABLE border
Specifies the thickness of the border around the table (in pixels). This is the default 3-D-look border and should not be confused with borders crea
javascript TABLE blur( )
Removes focus from the current TABLE object, at which time the TABLE object's onblur event fires.
javascript TABLE bgColor
Specifies the background color of the element. This color setting is not reflected in the style sheet backgroundColor property. Even if the bgcol
javascript TABLE background
Provides the URL of the background image for the table. If you set a backgroundColor to the element as well, the color appears if the image fails
javascript TABLE align
Defines the horizontal alignment of the TABLE element within its surrounding container.
javascript TABLE Description
The table object reflects the table element. Other objects related to the table object are: caption , col , colgroup , tbody , td , t
javascript switchcase Description
The description of switchcase is described in chapter: javascript Operators switch/case
javascript submit tabIndex
This is a number that indicates the sequence of this submit element within the tabbing order of all focusable elements in the document.
< 316-330 / 2140 >

Powered by Linode.