表单输入文字输入weid在IE和FF下显示ok
1、IE7下输入文本。这很奇怪。文本位于文本框的顶部。
http://run.xxmn.com/images/ie.jpg
2、显示在FireFox下。这是可以的。
http://run.xxmn.com/images/firefox.jpg
我写了这个风格,但它仍然有效。
......
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:25px;
.....
1,the input text under the IE7. it's weird. the text is on the top of the textbox.
http://run.xxmn.com/images/ie.jpg
2,the display under the FireFox .which is ok.
http://run.xxmn.com/images/firefox.jpg
i have written this style,but it still work.
......
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:25px;
.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
line-height: 25px;
或padding: 6px 0;
Use
line-height: 25px;
orpadding: 6px 0;