Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/07/2007, 17:07
Avatar de Kailu
Kailu
 
Fecha de Ingreso: julio-2007
Ubicación: México D. F.
Mensajes: 89
Antigüedad: 16 años, 10 meses
Puntos: 1
Re: input con width=100% no funciona como debe

ah pues... recreé tu código (sin ver tu código) y no tuve ningún problema, así lo hice yo, si no te queda, por favor pon tu código para que te pueda ayudar.
Código HTML:
<html>
<head>
<title>titulo</title>
<style>
.form {
width:100%;
}
</style>
</head>
<body>
<div style="width:300px;">
<input type="text" class="form" maxlength="100">
</div>

</body>
</html> 
Funcionó bien con IE 6.0 y FF 2.0.0.5