查看完整版本: ie6下默认text和password的长度不一样

bhcode 2008-8-9 14:10

ie6下默认text和password的长度不一样

一般需要给TEXT和PASSWORD定义好width

如:
<input type="text" style="width:200px;" />

<input type="password" style="width:200px;" />
页: [1]
查看完整版本: ie6下默认text和password的长度不一样