通过样式调整input 中password text默认长度
来源:岁月联盟
时间:2012-01-17
< html >
< head > </ head >
< body >
调整前:</ br >
用户名:< input type ="text" id ="tex" > </ br >
密 码:< input type ="password" id ="pass" > </ br > </ br >
调整后:</ br >
用户名:< input type ="text" style ="width:180px;height:20px;" id ="tex" > </ br >
密 码:< input type ="password" style ="width:180px;height:20px;" id ="pass" >
</ body >
</ html >
以下为页面截图:
摘自 懒人小何
上一篇:JSP九个隐含JSP对象
下一篇:JSP页面时间动态显示