首页 > 其他 > 详细

【技术】label模拟去黑框按钮

时间:2015-04-10 17:40:29      阅读:289      评论:0      收藏:0      [点我收藏+]

效果图:

技术分享

 

label模拟去黑框普通button按钮

<br />
<label class="button-wrapper">
<input type="button" class="button-fixed" value="登录" />
</label>
<br />
label模拟去黑框submit按钮
<br />
<label class="button-wrapper">
<input type="submit" class="button-fixed" value="登录" />
</label>

 

图片 技术分享 btnbg.png

.button-fixed {
background:#fff url("../images/btnbg.png") repeat-x 0 center;
height:25px;
width:130px;
border: none;
margin:0;
cursor: pointer;
}

.button-wrapper {
display:block;
padding:0;
width:130px;
border: #FFB554 1px solid;
cursor: pointer;
}

 

【技术】label模拟去黑框按钮

原文:http://www.cnblogs.com/ybingbing_1213/p/4414772.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!