Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/08/2011, 02:39
Avatar de Batan
Batan
 
Fecha de Ingreso: septiembre-2010
Ubicación: Madrid
Mensajes: 408
Antigüedad: 13 años, 6 meses
Puntos: 63
Respuesta: No consigo hacer aparecer imagen en boton

Cita:
.contactenos-form-boton a
No hay ningun enlace en tu boton, por que haces referencia a tal enlace.
Quitaselo.

Saludos
Código CSS:
Ver original
  1. .contactenos-form-boton
  2. {
  3. background:url(/imagenes/contactenos-form-boton enviar.png);
  4. width:248px;
  5. height:85px;
  6. margin:20px 0 0 90px;
  7. display:block
  8. }
  9.  
  10. .contactenos-form-boton:hover
  11. {
  12. background-position:0 -85px
  13. }