26/07/2013, 09:09
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 1 mes Puntos: 280 | |
Respuesta: Input a 100% dentro de capa auto-ajustable Pruébalo así:
Código HTML:
Ver original body { margin:0px; } .centro{ background:#e0e0e0; min-width:400px; height:400px; overflow: inherit; } .izquierda{ width:180px; height:400px; background:#91D0D0; float:left; } #cajainterior {margin-left:180px;} input[type="text"] { width: 100%; } <div id="cajainterior"><input type="text" name="caja" /></div>
|