Table Color Changer
Go to www.cgiscript.net for more free tools!

Description:
Use these instructions to create onMouseover/onMouseout color effects within tables. Change table rows or table cells bgcolor when mouse moves over elements of the table. This script works on IE only.
Directions:
Below you will see example code and where to place it in your HTML file. Change the colors shown in the example to match the colors that you use on your site. You can type in the actual color name (ex. black) or the HEX code for the color (ex. #000000). Use the 'Grab Text' buttons to select the code within the adjacent textarea. Use the link above to view the Ace Color Chart for reference. Then use Control-C or Edit -> Copy to buffer the text for pasting into your document.

View the Ace Color Chart for help selecting your colors.

Example (move over the column heading and each row):
TITLE Column 1 Column 2
DATA DATA A DATA B
DATA DATA A DATA B
DATA DATA A DATA B

Paste the following code into the table element that you want to change. For example, if you want to change the table row you paste the code into the <TR>. If you want to change a table cell color you paste the code on the <TD>. You may even add it to the <TABLE> tag to highlight the entire table.
 

Then use Control-C to copy the text into your web page.