<!DOCTYPE html>
<html>
<head>
<title>两边横线,中间标题</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
ul {
margin:0;
padding:0;
list-style-type:none;
}
ul#navlist {
font:12px verdana;
padding-bottom: 13px;
}
ul#navlist li span {
background: #FBFBFB;
}
ul#navlist li {
float: left;
height: 30px;
border: 0px solid #6c6;
width: 100%;
}
ul#navlist .list1 {
border-bottom: 1px dashed #D8D8D8;
width: 100%;
margin-bottom: -15px;
}
#navlist a {
display: block;
color: #666;
text-decoration: none;
padding: 6px 5px;
width: 100%;
text-align: center;
}
-->
</style>
</head>
<body>
<ul id="navlist">
<li class="list1"></li>
<li class="list2"><a href=""><span>文字内容</span></a></li>
</ul>
</body>
</html>