用户登录  |  傲看软件园 用户注册
文章中心广告代码ASP源码PHP源码JSP源码.NET源码源码相关傲看留言板繁體中文
当前位置:傲看软件园文章中心WEB学院CSS教程

用CSS实现的一张图完成的导航条

减小字体 增大字体 作者:佚名  来源:本站整理  发布时间:2009-04-29 11:21:12

这个特效仅用了一张图片实现多个导航按钮的背景效果.
以下是HTML网页特效代码

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用CSS实现的一张图完成的导航条</title>
<style>
ul,li{ list-style:none; float:left;}
body{ font-size:12px; line-height:1.6; font-family:Verdana, "宋体", Arial; text-align:center;}
#info li{ margin-left:4px; margin-top:15px;}
#info a {display:block;text-align:center; padding-left:15px;
padding-top:2px;padding-bottom:1px;background-image:
url(http://www.jscode.cn/Uploadfile/200682494749491.GIF);
background-repeat: no-repeat;color: #000; width:47px; cursor:hand; text-decoration: none;}
#job a:link,#job a:visited{background-position: -62px 0px;}
#eve a:link,#eve a:visited{background-position: -124px 0px;}
#oth a:link,#oth a:visited{background-position: -186px 0px;}
#car a:hover ,#car a:active {background-position: 0px -22px; color:#fff;}
#job a:hover ,#car a:active {background-position: -62px -22px; color:#fff;}
#eve a:hover ,#car a:active {background-position: -124px -22px; color:#fff;}
#oth a:hover ,#car a:active {background-position: -186px -22px; color:#fff;}
</style>
</head>
<body>
<div id="info">
 <ul>
  <li id="car"><a href="#" target="_blank"><span>
 游 戏</span></a></li>
  <li id="job"><a href="#" target="_blank"><span>
 娱 乐</span></a></li>
  <li id="eve"><a href="#" target="_blank"><span>
 菜 单</span></a></li>
  <li id="oth"><a href="#" target="_blank"><span>
 好 玩</span></a></li>  
 </ul>
</div>
</body>
</html>

Tags:CSS教程

作者:佚名

文章评论评论内容只代表网友观点,与本站立场无关!

   评论摘要(共 1 条,得分 85 分,平均 85 分) 查看完整评论
[回复] 1222   打分:85 分  发表时间:2010-08-31
· 汽车冲压件找www.npflc.cn 或者 www.stampingpart-cn.com

精品栏目导航

关于本站 | 网站帮助 | 广告合作 | 下载声明 | 友情连接 | 网站地图
冀ICP备08004437号 | 客服Q:354766721 | 交流群83228313
傲看软件园 - 绿色软件,破解软件下载站! 源码网 源码之家 绿软之家
Copyright © 2003-2010 OkHan.Net. All Rights Reserved .
页面执行时间:42,234.38000 毫秒
Powered by:OkHan CMS Version 4.0.0 SP2