
June 5th, 2002, 02:53 PM
|
|
Contributing User
|
|
Join Date: Jan 2002
Posts: 409
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
How do I get a CSS formatted password box the same length as a text box?
Here's how I setup these two input boxes on the form:
PHP Code:
Email
<input type="text" size="20" name="username" style="font-size: 10px;">
Password
<input type="password" size="25" name="password" style="font-size: 10px;">
I added the extra 5 to the password field, and this evens it out on IE. But now on Netscape 6, the password field is longer!
Any ideas?
|