我有以下CSS:
.btn_container {
cursor: pointer;
font-family: Tahoma,Verdana,Arial;
font-size: 11px;
padding: 0;
width: auto;
}
.btn_center {
background: blue;
color: #FFFFFF !important;
display: block;
float: left;
font-weight: bold;
height: 32px;
line-height: 32px;
padding: 0 10px;
}
在 Firefox 中的 line-height 为 30 行,但在 webkit 中为 32。
我知道浏览器会以不同的方式呈现事物,但我从来没有遇到过让文本正确居中的问题。
在以下示例中,您可以看到它在 Firefox 中降低了几个像素:http: //jsfiddle.net/mstefanko/EGzEB/5/