大家知道css按鈕樣式代碼嗎?下面我們就給大家詳細介紹一下吧!我們積累了一些經驗,在此拿出來與大家分享下,請大家互相指正。
.buttoncss {
font-family: "tahoma", "宋體"; /*www.3lian.com*/
font-size:9pt; color: #003399;
border: 1px #003399 solid;
color:#006699;
border-bottom: #93bee2 1px solid;
border-left: #93bee2 1px solid;
border-right: #93bee2 1px solid;
border-top: #93bee2 1px solid;
background-image:url(../images/bluebuttonbg.gif);
background-color: #e8f4ff;
cursor: hand;
font-style: normal ;
width:60px;
height:22px;
}
相信大家已經學會css按鈕樣式代碼了吧!感謝大家對我們網站的支持!
相關推薦:
CSS嵌套的寫法簡介