firefox和chrome在css中填充填充的方式有所不同。 在Chrome中顯示正確的是在Firefox中額外填充的內容。有沒有辦法解決?Firefox和Chrome填充區別
.button {
font-family: helvetica, arial;
font-size: 64px;
width: 70px;
height: 45px;
font-weight: bold;
padding: 0px;
padding-top: 25px;
background-color: #000;
color: #fff;
text-align: center;
float: right;
margin: 7px 10px 0 0;
}
你確定這不是'行高'問題嗎? – 2011-03-20 18:50:00
如果您有演示頁面,這將有所幫助。 – 2011-03-20 18:50:08
在這個演示中,我沒有看到任何區別http://jsfiddle.net/W22DC/ – Sotiris 2011-03-20 18:54:37