我認爲line-height
會垂直居中對齊文本。但是這不是我的按鈕。爲什麼?如何垂直居中對齊按鈕內的文字?
該文本在FF,Opera和Safari中對齊。
<button class="get_discount_rate">Button</button>
button {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #444;
min-width: 90px;
height: 24px;
line-height: 24px;
margin: 5px 10px;
background-color: #fdfdfd;
border: 1px solid #cdcdcd;
cursor: pointer;
border-radius: 3px;
}
行高:汽車; – jm666 2012-07-21 22:37:07
或更好,然後,只需從css規則中刪除行高屬性 – asprin 2012-07-21 23:15:27
是的,謝赫Heera只是證明了它:) – Steven 2012-07-21 23:15:59