TABLE.border (Property)

The width of the border around cells in a table.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myTABLE.border

The thickness of the border around the table should be specified as an integer value describing a value measured in pixels. This describes the table border drawn with a 3D effect. If you add borders around any elements with the style properties, those describe a different border.

See also:TABLE.frame