Availability: |
| |||||
Property/method value type: | String primitive | |||||
JavaScript syntax: | N | myJSSTag.borderColor | ||||
N | myJSSTag.borderColor = aColor | |||||
CSS syntax: | border-color: aColor | |||||
HTML syntax: | <... BORDERCOLOR="..."> | |||||
Argument list: | aColor | color 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.
Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0.
See also: | style.borderColor |
Prev | Home | Next |
JSSTag.borderBottomWidth | Up | JSSTag.borderLeftWidth |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |