为什么我的CSS样式不起作用,我跟着视频打到一半就不起作用了。
/* CSS Document */
*
{
margin:0;
padding:0;
font-size:12px;
}
body
{
background-color:#F5F5F5;
}
.top
{
width:100%;
height:27px;
background:url(../images/top_bg.jpg) repeat-x;
}
.top_content
{
width:1000px;
margin:0 auto;
}
.top_content li
{
list-style-image;url(../images/li_bg.gif);
float:right;
width:70px;
}