Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/12/2006, 16:58
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 2 meses
Puntos: 535
Re: label para checkbox.

No funciona en IE, pero si en FF.
Fijate si esto te sirve:


Código:
label {
background-image: url(xxx.gif);
background-repeat: no-repeat;
height: ##px; /* el alto de la imagen */
width: ##px; /* el ancho de la imagen */
display: block;
text-indent: -10000px;
float: left;
}


<label for="idchk">Le gusta?</label> <input type="checkbox" id="idchk" name="chk" />

Para que funcione en IE, aparentemente DEBE haber un texto dentro del label.
__________________
...___...