大家知道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嵌套的写法简介