經過測試的瀏覽器: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;
}
顯示效果: