六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 220|回复: 0

DIV+CSS 漂亮简单的导航条

[复制链接]

升级  46.33%

101

主题

101

主题

101

主题

举人

Rank: 3Rank: 3

积分
339
 楼主| 发表于 2013-2-8 00:30:15 | 显示全部楼层 |阅读模式
<!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>DIV+CSS 漂亮简单的导航条</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.dream68.cn" target="_blank">我的日志</a></li>
<li><a href="http://www.dream68.cn" target="_blank">给我留言</a></li>
<li><a href="http://www.dream68.cn" target="_blank">情感文章</a></li>
</ul>
<ul><span>网站首页</span>
<li><a href="http://www.dream68.cn" target="_blank">我的日志</a></li>
<li><a href="http://www.dream68.cn" target="_blank">给我留言</a></li>
<li><a href="http://www.dream68.cn" target="_blank">情感文章</a></li>
</ul>
<ul><span>网站首页</span>
<li><a href="http://www.dream68.cn" target="_blank">我的日志</a></li>
<li><a href="http://www.dream68.cn" target="_blank">给我留言</a></li>
<li><a href="http://www.dream68.cn" target="_blank">情感文章</a></li>
</ul>
</body>
</html>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表