Foros del web
Iniciar Sesión
<input type="button" value="Botón" onmouseover="this.style.backgroundColor='red'" onmouseout="this.style.backgroundColor=''" />
<img src="imagen1.gif" onmouseover="this.src='imagen2.gif'" onmouseout="this.src='imagen1.gif'" />