course_type的img死活无法左右居中
.course_type{
background: url(../images/product_type_bg.jpg) no-repeat;
height:37px;
width;372px;
margin:20px auto;
}
.course_type li{
list-style-type:none;
float:left;
line-height:37px;
margin:0 15px;
text-align:center;
}
哪里错了么?上下margin都好使了,左右就是不居中,而是背景图片贴着左边.