JSSTag.borderColor (Property)

The color of the border around objects.

Availability:

CSS level - 1
JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:String primitive
JavaScript syntax:NmyJSSTag.borderColor
NmyJSSTag.borderColor = aColor
CSS syntax:border-color: aColor
HTML syntax:<... BORDERCOLOR="...">
Argument list:aColorcolor value specified as #numeric or color name

The JSSTag.borderColor property corresponds to the border-color CSS property.

This property controls the color of all four borders of the object. The value is a color specified in the normal numeric or symbolically named fashion.

The initial value is taken from the color property of the element around which the border is placed.

This value is not inherited from its parent container element.

Warnings:

See also:style.borderColor