17/09/2012, 05:17
|
| | Fecha de Ingreso: septiembre-2012
Mensajes: 15
Antigüedad: 12 años, 4 meses Puntos: 1 | |
Respuesta: Boton enviar con imagen <input id="enviar" type="submit" value="" />
<style>
#enviar{background: url(TU IMAGEN DE FONDO) no-repeat; cursor: pointer; height: --px; width: --px;}
#enviar:hover{background: url(TU IMAGEN DE FONDO AL PASAR POR ENCIMA) no-repeat}
</style>
Espero que te sirva |