Cita:
Iniciado por Jeibi Mas o menos es lo que he hecho yo, poniéndole una imagen encima. No es exactamente lo que busco, porque me gustaría que pudiera hacerse el click con una imagen pequeña, pero al menos no se ve el textbox ni el botón examinar.
Gracias por tu ayuda
y bueno, en vez de un link poné una imagen jeje
a ver que logro, agunta si no llego hoy pruebo mañana
saque el fondo rojo y agregué un fondo al div y el tamaño al label
Código HTML:
Ver original <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
#divInput{
width:10px;
height:10px;
overflow:hidden;
position:relative;
background:url("http://www.rubensoifer.com.ar/prensa_esperanza_archivos/btn_ampliar_imagen.gif");
}
#divInput label{
overflow:hidden;
width:10px;
height:10px;
position:absolute;
z-index:1;
*z-index:2
}
#elInput{
position:absolute;
-moz-opacity:0 ;
filter:alpha(opacity: 0);
opacity: 0;
z-index:2;
*z-index:1; *height:0;
}
<input type="file" id="elInput" />