Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/09/2005, 18:34
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 7 meses
Puntos: 39
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>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td bgcolor="#66FF66" onMouseOver="document.all.tabla.rows(1).cells(1).bgColor='#CCCC99'" 
	  onMouseOut="document.all.tabla.rows(1).cells(1).bgColor='#66FF66'">&nbsp;</td>
    </tr>
  </table>
</form>
</body>
</html> 
Si quisieras que cambie de color toda la fila, entonces hay que hacer una funcion.