为什么我的慕课网图片是贴着顶部显示的
代码没错啊 感觉。。
代码没错啊 感觉。。
2016-09-01
有给顶部设置样式吗?高度
.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;
line-height: 27px;
}
.top_content a:link,.top_content a:visited{
text-decoration: none;
color: #8e8e8e;
}
.top_content a:hover,.top_content a:active{
text-decoration: none;
color: #900;
}
举报