浏览器兼容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代码:spa

input::-moz-focus-inner{ border: 0;padding: 0;}/*针对Firefox*/ .comment_btn{ height:26px; line-height:22px;/*针对IE*/ width:68px;
}
相关文章
相关标签/搜索