开发者

form input text input weid display under IE and FF ok

开发者 https://www.devze.com 2023-01-30 01:52 出处:网络
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

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开发者_如何学C 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;

 .....


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

0

精彩评论

暂无评论...
验证码 换一张
取 消