浏览器兼容CSS代码:按钮文字垂直居中(input button text vertical align)

经过测试的浏览器: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;
}
原文地址:https://www.cnblogs.com/wawahaha/p/3530572.html