1
我在一個頁面上工作,我的內容放在我的樣式表的一個包裝中。然而,包裝的背景沒有出現在內容後面,我無法弄清楚爲什麼。我該怎麼做這個CSS錯誤?
這是代碼片段。
#wrapper {
width: 850px;
margin-top: -44px;
padding: 15px;
background-image: url('http://www.website.com/tumblr/images/contentbg_grey.png') repeat-y center;
border: dashed thin blue;
position: relative;
text-align:center;
}