Código HTML:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="">
<table id="tabla" width="100" border="0">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td bgcolor="#66FF66" onMouseOver="document.all.tabla.rows(1).cells(1).bgColor='#CCCC99'"
onMouseOut="document.all.tabla.rows(1).cells(1).bgColor='#66FF66'"> </td>
</tr>
</table>
</form>
</body>
</html>
Si quisieras que cambie de color toda la fila, entonces hay que hacer una funcion.