Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/02/2003, 05:40
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 11 meses
Puntos: 1284
Hola salvi992:

Si trabajas con el block de notas pon algo así:

<html>
<body>
<input type=button
style="background-color:#eeeeee;border-style:outset"
onmouseover="this.style.backgroundColor='white'"
onmouseout="this.style.backgroundColor='#eeeeee'"
onclick="this.style.borderStyle='inset';alert('¡Ho la!')"
value="Prueba de botón">
</body>
</html>

Saludos