course_type的背景在上面不下来
.course_type{
height: 37px;
width: 372px;
background: url(../images/product_type_bg.jpg) no-repeat;
margin:20px 10px;
float: left;
}
.course_type li{
list-style-type: none;
float: left;
line-height: 37px;
margin: 0 15px;
text-align: center;
}
course_type的背景图片在上面不下来,无奈我只能让其继续左浮动才下来了,不知道对不对,看老师的没有左浮动.而且margin:20 px auto却不能居中,不知道为什么