完整的CSS文件:http://pastebin.com/9LjYjiUFCSS背景上一個div
.body-content{
background-image: white url("images/content-bg.gif");
background-repeat: repeat-y;
background-position: left bottom;
}
這是HTML:
<div class="content-bead bg2 rockwell">
<div class="body-content">
<div class="body-content-sub">
<div id="content-left">
</div>
<div id="content-main">
</div>
</div>
</div>
</div>
==更新CSS ===
background-image: url(images/content-bg.gif);
background-repeat: repeat-y;
background-position: left bottom;
background-color:#FFFFFF;
仍然沒有 我不能得到背景圖像來提出。在
它在其他瀏覽器中工作嗎?你有沒有仔細檢查圖像的位置? – Dan 2011-04-07 03:17:33
打開鏈接時出現未知的pastebin id錯誤 – topek 2011-10-07 19:21:56