Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/06/2009, 06:51
Avatar de Legoltaz
Legoltaz
 
Fecha de Ingreso: agosto-2008
Mensajes: 325
Antigüedad: 15 años, 8 meses
Puntos: 6
Respuesta: Color boton al pasar por encima

Eso se hace con JavaScript:

Código HTML:
Ver original
  1. <input type="button" onMouseOver="this.style.backgroundColor='color_raton_encima'" onMouseOut="this.style.backgroundColor='color_raton_fuera'" />