這是我的輸出現在CSS如何垂直對齊我的文字和文字顏色
這是輸出我想
我的編碼:
.buttons{
background-image:url("SlicingImage/button_unselect.png");
margin: none;
height: 53px;
width: 180px;
text-transform:uppercase;
text-align:center;
position:relative;
vertical-align:bottom;
}
HTML:
<li class="buttons">home</li>
但什麼都沒有改變:(
使用的line-height根據您的按鈕高度 –
背景圖片的外觀和位置看起來不同,當按鈕被激活 – grimmus