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都好使了,左右就是不居中,而是背景圖片貼著左邊.
2016-04-25
我也是這個問題你是怎么解決的???
2015-08-17
width后面是冒號不是分號,不然整個course_type都沒寬度,一點(diǎn)小錯誤就把所有給毀了~