Table bgcolor onmouseover
See the working example here. Gladly it doesn't work in IE. One more reason to get Mozilla Firefox ;)
Get the script! (Right click and save) You can link to the script like this:
<script type="text/javascript" src="colortable.js"></script>
You might also want to style up your table a bit, here's the css i use in the example:
td {
width: 50px;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCC;
border-width: 1px;
border-style: solid;
border-top-color: #222;
border-right-color: #050505;
border-bottom-color: #010101;
border-left-color: #151515;
}
tr {
background-color: #111;
}