Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/02/2013, 11:25
daviss_88
 
Fecha de Ingreso: febrero-2013
Mensajes: 12
Antigüedad: 11 años, 3 meses
Puntos: 0
Problema CSS con INPUT

Necesito que mi input:

<input type="submit" class="button" value="ENVIA" name="sub"/>

Tenga el css siguiente:

.button {display:inline-block;font-size:24px;line-height:1.208em;padding:7px 20px 9px;color:#fff;background:url(../images/button-tail.gif) left top repeat-x #010101;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-style:italic;letter-spacing:-1px}

.button:hover {background:#010101}

El problema es que para los botones si que me lo detecta
<button class="button" name="reset" onClick="document.getElementById('contact-form').reset()">Neteja</button>

Gracias!