好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

MAC风格的水平导航条(DIV+CSS)_html/css_WEB-ITnose





MAC风格的水平导航条(DIV+CSS)

body{
background: #FFF;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
padding: 0px;
margin: 5px;
text-align: center;
font-size: 12px;
}

#nav{
width: 400px;
text-align: center;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
margin:15px auto;
}
#nav ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
#nav li{
float: left;
}
#nav li a{
text-decoration: none;
color: #666;
background: url(evil/bg.gif) no-repeat 0px 0px;
width: 100px;
line-height: 20px;
display: block;
}
#nav li a:hover{
color: #CC0000;
background: url(evil/bg.gif) no-repeat 0px -20px;
}

查看更多关于MAC风格的水平导航条(DIV+CSS)_html/css_WEB-ITnose的详细内容...

  阅读:27次