制作按鈕時(shí),我們平常都用“<button>”、“input[type=rest]”、“input[type="submit"]”和“input[type=button]”較多,如果你想讓你的按鈕漂亮,記得加上下面的樣式:
/*IE下除去多余的邊距 */
.button{
overflow: visible;
}
/* Firefox下去除焦點(diǎn)虛線框 */
.button::-moz-focus-inner{
border: 0;
padding: 0;
}
/*實(shí)現(xiàn)圖片按鈕*/
.button {
font: 0/0 a;
color: transparent;
}
另外在這些按鈕中使用padding值來代替行高居中的效果,在firefox和opera瀏覽器下只識(shí)別默認(rèn)行高:
新聞熱點(diǎn)
疑難解答
圖片精選