【发布时间】:2012-06-16 06:04:22
【问题描述】:
我有以下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 中 30 行居中的行高,而 webkit 中为 32。
我知道浏览器会以不同的方式呈现内容,但我从来没有遇到过让文本正确居中的问题。
在以下示例中,您可以看到它在 Firefox 中降低了几个 px: http://jsfiddle.net/mstefanko/EGzEB/5/
【问题讨论】:
-
你在使用 CSS 重置样式表吗?