类似按钮组成的水平导航条
类似按钮组成的水平导航条,实际上用了几张看起来像按钮效果的图片,图片较散,也比较多,想使用的朋友可以一个一个下载,这个菜单也是来自国外网站,不过好像兼容性做的不是太好,菜单总挤在一起,真想用的可以自己调整一下。
类似按钮组成的水平导航条,实际上用了几张看起来像按钮效果的图片,图片较散,也比较多,想使用的朋友可以一个一个下载,这个菜单也是来自国外网站,不过好像兼容性做的不是太好,菜单总挤在一起,真想用的可以自己调整一下。
答案:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>暗色风格按钮形的水平导航条</title>
<style type="text/css">
#pro12 ul {margin:0 auto; padding:0; list-style:none; display:table; white-space:nowrap; list-style:none; height:35px; position:relative; background:#fff; font-size:11px;}
#pro12 li {display:table-cell; margin:0 1px 0 0; padding:0;}
#pro12 li a {display:block; float:left; height:35px; line-height:20px; color:#ddd; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url(/jscss/demoimg/200906/pro_12_0a.gif) no-repeat;}
#pro12 li a b {float:left; display:block; padding:0 25px 15px 15px; background:url(/jscss/demoimg/200906/pro_12_0b.gif) no-repeat right top;}
#pro12 li.current a {color:#fff; background:url(/jscss/demoimg/200906/pro_12_2a.gif) no-repeat; line-height:23px;}
#pro12 li.current a b {background:url(/jscss/demoimg/200906/pro_12_2b.gif) no-repeat right top; padding-bottom:12px;}
#pro12 li a:hover {color:#fff; background: url(/jscss/demoimg/200906/pro_12_1a.gif) no-repeat; line-height:23px;}
#pro12 li a:hover b {background:url(/jscss/demoimg/200906/pro_12_1b.gif) no-repeat right top; padding-bottom:12px;}
#pro12 li.current a:hover {color:#fff; background: url(/jscss/demoimg/200906/pro_12_2a.gif) no-repeat; cursor:default;}
#pro12 li.current a:hover b {background:url(/jscss/demoimg/200906/pro_12_2b.gif) no-repeat right top;}
</style>
</head>
<body>
<div id="pro12">
<ul>
<li><a href="/other/lastupdate.shtml"><b>最新更新</b></a></li>
<li><a href="/other/top100.shtml"><b>下载排行</b></a></li>
<li><a href="/guestbook/"><b>网站留言</b></a></li>
<li class="current"><a href="/jscss/"><b>网页特效</b></a></li>
<li><a href="/sort/index.shtml"><b>源码分类</b></a></li>
</ul>
</div>
</body>
</html>
上一个:适合企业使用的导航菜单
下一个:简单明了的CSS导航条