搜索:IE6下_password_短2px相关文章

        FF与IE7下input type="text" 和 input type="password"输入框的长度都是一样的,但在IE6下偏偏前面的长后面的短2px,设置size也不行,而设置width可以,但为了不影响其他input(如type=submit)的width,我们可以这样写css:
 

  1. input[type="text"], input[type="password"] {   
  2. ...
时间:2008-06-05 | 分类:技术文摘 | 标签: IE6下_password_短2px