Instead of setting a style width, use the size attribute on the input itself
like below:

<input type="text" name="age" size="10" maxlength="3" />

When you use size on a text or password input field, the measurment pertains
to number of characters, not pixels. Hope this helps.

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

Reply via email to