• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

1324027256

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

View Post

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

<!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>网页特效代码|JsCode.CN|---用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.jscode.cn" target="_blank"><span> 游 戏</span></a></li> <li id="job"><a href="http://www.jscode.cn" target="_blank"><span> 娱 乐</span></a></li> <li id="eve"><a href="http://www.jscode.cn" target="_blank"><span> 菜 单</span></a></li> <li id="oth"><a href="http://www.jscode.cn" target="_blank"><span> 好 玩</span></a></li> </ul> </div> <div style="clear:both">转载请注明出处 爱易网络任务室 <a href="http://www.aiyiweb.com" target="_blank"> http://www.aiyiweb.com</a> 作者:爱易网络任务室</div> </body> </html>

posted on 2013-05-01 17:14  1324027256  阅读(134)  评论(0)    收藏  举报

刷新页面返回顶部
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3