服务器安全  (41)
网站推广专题  (36)
智能建站知识  (12)
DIV+CSS  (44)
网站建设知识  (31)
乱七八糟  (1)
 

一个不错按钮样式

北京智能建站-智能建站系统-十艾智能建站   2008-08-27 16:14:47 作者:十艾智能建站 来源:http://www.10i.com.cn 文字大小:[][][]

一个不错按钮样式(带演示图片)
今天把公司平台中前设计师做的按钮部分重新设计了下,原先他使用的JS实现图片交替变化的方式,但那样的缺点是:占用了input里的ID属性,而且disabled也不能使用,不利于程序的设计制作。

按钮重新制作的思想:

1、实现触发与不触发之间的差别;
2、适用input和a;
3、多种浏览器下无差别。

按钮重新制作的过程:

1、利用不同样式实现触发与不触发之间的差别;
2、利用boder来模拟按钮阴影

以下代码在IE6、IE7、FF下测试正常!

CSS部分:

.button-style01{
color:#5E7384;
font-weight: bold;
background:#CBDBE5;
border-top:1px solid #f1f1f1;
border-left:1px solid #f1f1f1;
border-right:2px solid #666;
border-bottom:2px solid #666;
height: 25px
}

.button-style02{
color:#fff;
font-weight: bold;
background: #859BAB;
border:1px solid #f1f1f1;
border-top:1px solid #f1f1f1;
border-left:1px solid #f1f1f1;
border-right:2px solid #666;
border-bottom:2px solid #666;
height: 25px
}

a.button-style01,a.button-style02 {
display:block;
height:22px;
line-height:22px;
vertical-align:middle;
padding:0px 8px;
}

a.button-style01:link,a.button-style01:visited {
text-decoration:none;
color:#5E7384;
border-top:1px solid #f1f1f1;
border-left:1px solid #f1f1f1;
border-right:2px solid #666;
border-bottom:2px solid #666;
}

a.button-style02:hover,a.button-style02:active {
text-decoration:none;
color:#fff;
border-top:1px solid #f1f1f1;
border-left:1px solid #f1f1f1;
border-right:2px solid #333;
border-bottom:2px solid #333;
}

xhtml部分:

<input type="submit" name="login" id="login" onclick="myoffice.submit()" value="Sign in" onmouseover="this.className='button-style02'" onmouseout="this.className='button-style01'" class="button-style01" style="width:70px;" />

<a href="#" onmouseover="this.className='button-style02'" onmouseout="this.className='button-style01'" class="button-style01">Join Free</a>

最新评论
发表评论  
2010-04-25 02:36
  我来评论一下!!!  
评论标题
评论内容
图片上传
表情图标
验 证 码
关于我们 站点地图 联系方式 帮助中心 会员社区 友情链接 内容搜索
 
本站关键词:智能建站 北京智能建站  智能建站系统   智能网店 免费智能建站
24小时服务热线:13521942498    E-mail:whwvip#126.com(请将#改为@)  QQ:279764954  621825069  447458068
智能建站  智能网店  seo优化© 版权所有  京ICP备07014896号