Ver Mensaje Individual
  #10 (permalink)  
Antiguo 07/07/2004, 14:11
exagono
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años
Puntos: 0
hola esto es lo que hise en el td de la celda
<td id="celda"><width="141" height="16" bgcolor="#E4E4E4" style="border: 1px solid #FFFFFF; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1">
<p>
<b>
<font face="Verdana" size="2" color="#014058">&nbsp;<img src="../fresh/jpgs/bullet.GIF" width="7" height="7" border="0" align="center">
Registrate</font></b></p>


y donde comiense la tabla

</TR>
</TABLE>
<script language="javascript">
document.getElementById("celda").onmouseover=funct ion() {
this.style.backgroundColor="red";
this.style.color="blue";
}
</script>