我想知道是否有辦法讓我的背景圖像始終保持在底部左側,即使用戶滾動瀏覽器。當前的CSS可以在網站加載時在瀏覽器底部製作圖像,但如果我滾動瀏覽器,它仍然會保持在同一位置。我感謝任何幫助。如何保持底部左側的背景圖像甚至滾動
html, body
{
background-image:url("backgroundBottom.png");
background-position:bottom left;
background-repeat:no-repeat;
background-attachement:fixed; //I just add this, don't think this would work.
font-family:"Georgia, self";
font-size:"30px";
margin:0px;
height:100%;
text-align:center;
}
非常快速和容易修復..謝謝+1 – FlyingCat 2010-07-14 03:55:18
我的榮幸。乾杯 – Marko 2010-07-14 04:01:20