转自:http://www.kuqin.com/webpagedesign/20120205/317837.html

经过测试的浏览器:IE6, IE7, IE8, IE9, Firefox, Chrome, Safiri, Maxthon

按钮的HTML代码:

<input id="btn_comment_submit" type="button" class="comment_btn" value="提交评论"/>

CSS代码:

input::-moz-focus-inner{ border: 0;padding: 0;}/*针对Firefox*/
.comment_btn{
height:26px;
line-height:22px;/*针对IE*/
width:68px;
}
 

显示效果:




本文转载:CSDN博客