我有這些性能如何獲得div來擴展其內容?
#content {
background-image: url('img/cbg.png');
background-position: center top;
background-repeat: repeat-y;
width: 960px;
margin: auto;
padding-bottom:50px;
margin-bottom: 20px;
}
背景只顯示了一個div爲70像素,(我認爲),然後停止,那麼的DIV中剩下的東西只是繼續向下像正常的頁面。如果我設置了display:inline-block,它可以正常工作,但是可以不用我的div。
您是否在頁面上懸浮了任何東西?可能是浮動清除問題。 – 2011-12-19 05:05:47
@TheDeeno是的,我有一個div右邊的內容div浮右。那不好嗎? – ahota 2011-12-19 05:08:50