MEM wrote:
> AHH!!!!!
>
> The password input field it's automatically shorter in IE.
>
> If we put both input fields with the type: text. All works fine.
> If We put two text fields, one with type: text. Another with type:password,
> this one get's shorter.
>
> Is there a way to stop IE from doing this mess?
>
>
> Thanks a lot,
> Márcio
>   

Try using the 'size' attribute or setting the same width on both inputs 
via CSS eg:

input { width: 14em; }

Also padding and border will affect the width of an input so make sure 
those are consistent.

-Rob

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to