Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2005, 06:30
perrogrun
Invitado
 
Mensajes: n/a
Puntos:
Prueba esto pequeño saltamontes, jejeje

Código:
<style>
.trr td{
color:black;
</style>


<tr class="trr" onMouseOver="this.style.backgroundColor='#EBEC90'" onMouseOut="this.style.backgroundColor='#9BC7A6'" BGCOLOR="#9BC7A6">
<td width=200><input type=text name="uno" size=20></td>
<td width=200><input type=text name="dos" size=20></td>
<td width=200><input type=text name="tres" size=20></td>
</tr>