的底部,我試圖申請my website。請注意,<html>
元素有一個背景圖像(手中有空),它粘在頁面的底部。圖像不堅持我得到<a href="http://festivals.ie:8080/festivals/" rel="nofollow">this design</a>
然而,當我遷移到我的應用程序的CSS文件,由於某種原因,這個形象出現一半,而不是頁面。我查了相關的CSS和在兩種情況下它:
html {
background-attachment: fixed;
background-clip: border-box;
background-color: transparent;
background-image: url("../../img/bg.svg");
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
outline: 0 none !important;
}
那麼,爲什麼像棍子here頁面的底部,但中途出現下降here頁面。