码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-04-10 17:42:43      阅读:93      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!