我的html代码是
<tr>
<td>User ID:</td>
<td><input type="text" id="uid" size="20"></td>
</tr>
<tr>
<td>Password:</td>
<td><input type="password" id="pass" size="20"></td>
</tr>
<tr>
但问题是,密码文本框长度在 IE 中变得不同,这意味着uid
大小是20
但pass
大小是17
.