4 回答
.nav{
height:40px;
clear:left;
}
.nav-left{
background:url(images/nav_left.jpg) no-repeat;
width:10px;
float:left;
height:40px;
}
.nav-right{
background:url(images/nav_right.jpg) no-repeat;
width:10px;
float:left;
height:40px;
}
.nav-mid{
background:url(images/nav_bg.jpg) repeat-x;
width:980px;
float:left;
}
.nav-mid-left{
width:680px;
float:left;
}
.nav-mid-right{
float:left;
width:300px;
}
.nav-mid-left li{
list-style:none;
float:left;
line-height:40px;
text-align:center;
width:100px;
}
.nav-mid-left a:link,.nav-mid-left a:visited{
text-decoration:none;
color:#FFF;
font-family:"幼圆";
font-size:16px;
}
.nav-mid-left a:hover,.nav-mid-left a:active{
text-decoration:none;
color:#CC3;
font-family:"幼圆";
font-size:16px;
}
举报