style.borderStyle (Property)

The style of border that is drawn round a styled element.

Availability:

CSS level - 1
DOM level - 2
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myStyle.borderStyle
CSS syntax:border-style: aStyle
Argument list:aStyleA border style selector

This property lets you change the style of one or more of the borders around an object.

If you specify only one value, all four borders are set. Two values define the top and bottom with the first, and the second then applies to the left and right. If three values are specified, the first controls the top, the second controls both left and right, while the third controls the bottom edge. When all four values are specified, they are assumed to be in the order: top, right, bottom and left.

Style values can be specified using symbolic names as follows:

This property might be used to control the border style around a frame or, in fact with style-sheet controls you can control the border style around any object that can have a style associated with it.

Warnings:

See also:JSSTag.borderStyle, style.border, style.outlineStyle