原来是因为密码默认都用*代替了文字,所以肯定是比文本要小,如果用CSS定义就不会出现问题啦。
<input type="text" size="10" name="username" style="width:80px;height:16">
<input type="password" size="10" name="password" style="width:80px;height:16">
原来是因为密码默认都用*代替了文字,所以肯定是比文本要小,如果用CSS定义就不会出现问题啦。
<input type="text" size="10" name="username" style="width:80px;height:16">
<input type="password" size="10" name="password" style="width:80px;height:16">