Make Homepage | Add To Favorites | Print Page | Submit News | Feedback | Contact | 

Your Technical Computer Information Resource!  
     

  Make a table cell light up  
TACKtech Corp. > Articles > Software > Web Page Editing and Hosting

Make a table cell light up (TTID #40)

Author: Kevin   Views: 10,806 /  Created: July 10, 2001
Test by putting you mouse over me.


To do this use the following code:

<table border="2" cellpadding="0">
  <tr>
   <td onmouseover="this.style.backgroundColor='3366FF';this.style.cursor='hand';"
    onmouseout="this.style.backgroundColor='FFFFFF';"
    onclick="location.href='index.cfm'"
    bgcolor="#FFFFFF">
        Test by putting you mouse over me.
    </td>
  </tr>
</table>

Your Name:


Your E-Mail: (required)


Friend's E-Mail: (required)




View Our World Wide Web Customer Privacy Policy
  Featured Articles  
  Quick Links  
  Top Affiliates  
........