精彩专题推荐:建站之入门课 建站之必修课 建站之关键课 网站价值所在 流量提高专题 css+div 标准 个人网站打造全过程
返回建站学首页
导航:
建站首页 | 网站设计 | 网站开发 | 网站运营 | 网页软件 | 建站指南 | 搜索优化 | 图像处理 | 视频教程 | 书籍教程 | 建站专题
当前位置:首页>网站设计>css教程>正文

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


来源:站长站 时间:06-11-20 点击: 点击这里收藏本文

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><a href="http://www.chinaz.com/" class="bluekey" target="_blank">网页</a>特效代码|http://www.chinaz.com/|---用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="http://www.chinaz.com/" target="_blank"><span>
 游 戏</span></a></li>
  <li id="job"><a href="http://www.chinaz.com" target="_blank"><span>
 娱 乐</span></a></li>
  <li id="eve"><a href="http://www.chinaz.com" target="_blank"><span>
 菜 单</span></a></li>
  <li id="oth"><a href="http://www.chinaz.com/" target="_blank"><span>
 好 玩</span></a></li>  
 </ul>
</div>
<div style="clear:both">转载请注明出处 子鼠 <a href="http://www.zishu.cn" target="_blank">
 http://www.zishu.cn</a> 作者:子鼠</div>
</body>
</html>


  把此文章收藏到:          
广而告之
文章搜索
  • Google JZxue.Com

关于我们 | 联系我们 | 友情链接 | 网站地图
Copyright © 2005 - 2006 建站学 All rights reserved.