.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都好使了,左右就是不居中,而是背景图片贴着左边.
我也是这个问题你是怎么解决的啊?
width后面是冒号不是分号,不然整个course_type都没宽度,一点小错误就把所有给毁了~