JSSTag.borderStyle (Property)

The type of line used for the border around objects.

Availability:

CSS level - 1
JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:String primitive
JavaScript syntax:NmyJSSTag.borderStyle
NmyJSSTag.borderStyle = aStyle
CSS syntax:border-style: aStyle
Argument list:aStyleA border style value

The JSSTag.borderStyle property corresponds to the border-style CSS property.

The following style values can be applied to borders with this property:

The initial value for this property is "none".

This value is not inherited from its parent container element.

Warnings:

See also:style.borderStyle