JavaScript Reference/Javascript Properties/borderColorLight
"borderColorLight" Example
<html>
<body>
<table border="10" id="myTable">
<tr>
<td>Contents of the cell</td>
</tr>
</table>
<button onclick="myTable.borderColorLight="skyblue";">Border color light</button>
</body>
</html>
"borderColorLight" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<table> <td> |
| |<th> <tr> |
+----------------+--------------------------------------------------------------+
"borderColorLight" Syntax and Note
Note:
Read and write property.
Sets the color for the two light sides of the border,
creating the effect of a 3D border.
Value:
Web color name or hexadecimal value in #RRGGBB format.
Syntax:
document.all.elementID.borderColorLight = value