course_type的背景在上面不下來(lái)
.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的背景圖片在上面不下來(lái),無(wú)奈我只能讓其繼續(xù)左浮動(dòng)才下來(lái)了,不知道對(duì)不對(duì),看老師的沒(méi)有左浮動(dòng).而且margin:20 px auto卻不能居中,不知道為什么
2016-08-12
下不來(lái)是怎么樣子的?我也按照老師的方式寫的,效果是一樣的。margin:20 px auto不能居中的問(wèn)題,你可以在.course_type設(shè)置一個(gè)背景顏色,可以觀察到該模塊是在整個(gè)course里面左右居中顯示的。