表单输入文字输入weid在IE和FF下显示ok

发布于 2024-10-08 00:01:08 字数 445 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

是你 2024-10-15 00:01:08

使用 line-height: 25px;padding: 6px 0;

Use line-height: 25px; or padding: 6px 0;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文