嗨我想創建一個背景圖像在我的頁面左下角。該頁面有左側和右側邊欄。我已經使用CSS將圖片放在左側邊欄和主要內容中,但都沒有正確放置。負邊距和背景圖像顯示不正確
這是我希望它看起來像:http://www.onetreehill.net.au/images/image2.jpg(。女孩向下探底希望她能在頁面的最下方左側的網站無論在頁面有多長)
而且這是她如何與我已經使用了CSS坐在時刻:http://www.onetreehill.net.au/images/image1.jpg
我已經使用了CSS:
.Content {
background: url(../../__custom/images/blue/page-bottom-1.jpg) left bottom;
background-repeat: no-repeat;
overflow: visible;
}
.Left {
background: url(../../__custom/images/blue/page-bottom-1.jpg) left bottom;
background-repeat: no-repeat;
overflow: visible;
}
當我使用下面的背景位置:背景:
url(../../__custom/images/blue/page-bottom-1.jpg) -150px 100%;
請出示您的代碼/小提琴/演示站點所以我們可以很容易地指出你正在面臨的問題。 – w3uiguru 2012-03-12 05:51:48