input框的password和text 一样的size="14"预览不一样的长度。
input文本框中,类型分别为password和text的两个文本框,我设置的两个都size="14",为什么预览的时候会是password比text的小呢???以下是原...
input文本框中,类型分别为password和text的两个文本框,我设置的两个都size="14",为什么预览的时候会是password 比text的小呢???
以下是原码:谢谢名位帅哥美女们帮小北解决下啊。。急!!
<table width="200px" height="150px" border="0px" cellpadding="0px" cellspacing="0px">
<tr>
<td width="70px" align="right">用户名:</td>
<td width="130px" align="center"><input type="text" name="uname" id="uname" size="14"/></td>
</tr>
<tr>
<td width="70px" align="right">密 码:</td>
<td width="130px" align="center"><input type="password" name="password" id="psw" size="14"/></td>
</tr>
<tr>
<td width="70px" align="right">验证码:</td>
<td width="130px" align="center"><input type="text" name="code" id="code" size="14"/></td>
</tr>
</table> 展开
以下是原码:谢谢名位帅哥美女们帮小北解决下啊。。急!!
<table width="200px" height="150px" border="0px" cellpadding="0px" cellspacing="0px">
<tr>
<td width="70px" align="right">用户名:</td>
<td width="130px" align="center"><input type="text" name="uname" id="uname" size="14"/></td>
</tr>
<tr>
<td width="70px" align="right">密 码:</td>
<td width="130px" align="center"><input type="password" name="password" id="psw" size="14"/></td>
</tr>
<tr>
<td width="70px" align="right">验证码:</td>
<td width="130px" align="center"><input type="text" name="code" id="code" size="14"/></td>
</tr>
</table> 展开
展开全部
<input type="text" name="uname" id="uname" style="width:180px;height:20px">
<input type="password" name="password" id="psw" style="width:180px;height:20px">
在每个input 里面加上style="width:180px;height:20px" 强制宽度和高度,就可以统一宽高度了(size="14"可以去掉)。
width:180px 表示宽度为180PX,height:20px表示高度为20PX,这两个值你可以根据自己的需要修改成你要的数值
<input type="password" name="password" id="psw" style="width:180px;height:20px">
在每个input 里面加上style="width:180px;height:20px" 强制宽度和高度,就可以统一宽高度了(size="14"可以去掉)。
width:180px 表示宽度为180PX,height:20px表示高度为20PX,这两个值你可以根据自己的需要修改成你要的数值
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询