DIV+CSS 简单的导航条

时间:2015/12/2 15:11:00来源:互联网 作者:flyso 点击: 855 次
<!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=utf-8" />
<title>www.flyso.cn</title>
<style>
*{ padding:0; margin:0; font-size:12px; line-height:1.7; font-family:Verdana, "宋体", Arial; list-style:none;}
/*简单定义了一下全局*/
a:link,a:visited{background:#FFF3C6 url(jaian.gif) no-repeat 15px 7px; padding-left:23px; color:#000000;text-decoration: none;}
a:hover,a:active{color:#000;text-decoration: none;background-color: #FED762;}
a{display:block;border-bottom:1px solid #fff; padding-left:10px; width:127px; }
/*定义链接的样式*/
ul{ background:#fff; width:150px; border:1px solid #FF6600; margin:0px 20px -1px 20px; padding:1px;}
/*定义了UL*/
span{ display:block;background:#FF9900 url(jai.gif) no-repeat 5px 5px; padding-left:13px;}
</style>
</head>
<body>
<ul><span>网站首页</span>
 <li><a href="http://www.flyso.cn" target="_blank">我的日志</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">给我留言</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">情感文章</a></li>
</ul>
<ul><span>网站首页</span>
 <li><a href="http://www.flyso.cn" target="_blank">我的日志</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">给我留言</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">情感文章</a></li>
</ul>
<ul><span>网站首页</span>
 <li><a href="http://www.flyso.cn" target="_blank">我的日志</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">给我留言</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">情感文章</a></li>
</ul>
<ul><span>网站首页</span>
 <li><a href="http://www.flyso.cn" target="_blank">我的日志</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">给我留言</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">情感文章</a></li>
</ul>
<ul><span>网站首页</span>
 <li><a href="http://www.flyso.cn" target="_blank">我的日志</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">给我留言</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">情感文章</a></li>
</ul>
<ul><span>网站首页</span>
 <li><a href="http://www.flyso.cn" target="_blank">我的日志</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">给我留言</a></li>
 <li><a href="http://www.flyso.cn" target="_blank">情感文章</a></li>
</ul>
</body>
</html>


Copyright © 2005 - 2016 flyso.cn. 飞搜 版权所有 鄂ICP备11002783号-3