为啥我的top_content背景的图片显示不出来
.top{
width:100%;
height:27px;
background:url(../images/top_bg.jpg);
}
.top_content
{
width:1000px;
margin:0 auto;
}
.top_content li
{
list-style-image:url(../images/li_bg.gif);
float:right;
width:80px;
line-height:27px;
}
就是这样 不造哪儿错了