如图所示,不知道问题出在哪里了,
样式表代码如下:
@charset "gb2312";
/* CSS Document */
*{
margin:0;
padding:0;
font-size:12px;
}
body{
backgrond-color:#F5F5F5;
}
.wrap{
width:1000px;
margin:0 auto;
}
.top{
width:100%;
height:27px;
background:url(../img/top_bg.jpg) repeat-x;
}
.top_content{
width:1000px;
margin:0 auto;
line-height:27px;
}
.top_content li{
list-style-image:url(../img/li_bg.gif);
float:right;
width:70px;
}
.top_content a:link,.top_content a:visited{
color:#8e8e8e;
text-decoration:none;
}
.top_content a:hover,.top_content a:active{
color:#900;
text-decoration:none;
}
.logo
{
height:80px;
background-color:#FFF
}
.logo_left
{
float:left;
width:200px;
display: inline;
}
.logo_right
{
float:right;
width:300px;
}
qq_嘞怎_0