Border Color Example : Border : Style Layout JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Style Layout » Border »

 

Border Color Example



    
<html>
<body>
<table border="10" id="myTable">
   <tr>
      <td>Contents of the cell</td>
   </tr>
</table>
<button onclick="myTable.borderColor='mediumblue';">Add color to the border</button>
<button onclick="myTable.borderColorDark='blue';">Border color dark</button>
<button onclick="myTable.borderColorLight='skyblue';">Border color light</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Style Layout
» Border