course_type的img死活無(wú)法左右居中
.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;
}
哪里錯(cuò)了么?上下margin都好使了,左右就是不居中,而是背景圖片貼著左邊.
2016-04-25
我也是這個(gè)問(wèn)題你是怎么解決的???
2015-08-17
width后面是冒號(hào)不是分號(hào),不然整個(gè)course_type都沒(méi)寬度,一點(diǎn)小錯(cuò)誤就把所有給毀了~