<!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>DIV+CSS 漂亮简单的导航条</title> <mce: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;} --></mce:style><style mce_bogus="1">*{ 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="" target="_blank">我的日志</a></li> <li><a href="" target="_blank">给我留言</a></li> <li><a href="" target="_blank">情感文章</a></li> </ul> <ul><span>网站首页</span> <li><a href="" target="_blank">我的日志</a></li> <li><a href="" target="_blank">给我留言</a></li> <li><a href="" target="_blank">情感文章</a></li> </ul> <ul><span>网站首页</span> <li><a href="" target="_blank">我的日志</a></li> <li><a href="" target="_blank">给我留言</a></li> <li><a href="" target="_blank">情感文章</a></li> </ul> </body> </html> DIV+CSS 漂亮简单的导航条 网站首页 我的日志给我留言情感文章 网站首页 我的日志给我留言情感文章 网站首页 我的日志给我留言情感文章