Language References
Sets or retrieves the color for one of the two colors used to draw the object’s 3-D border.
HTML |
N/A |
Script |
object.borderColorLight [ = sColor ] |
sColor |
String that specifies one of the color names or red-green-blue ( RGB ) values in the Color Table. Note Specifying the color as a color name may not be recognized by some browsers, whereas the RGB color value should always be displayed accurately. |
The property is read/write with no default value.
The property is the opposite of borderColorDark and must be used with the border property corresponding to the BORDER attribute. This property does not affect the CSS border composite properties.
TABLE, TD, TH, TR
border, borderColor, borderColorDark