我在完成我的网站主页时遇到了一些麻烦。
如果您转到主页,它看起来应该是正确的,但是当您向下滚动到页脚时,主要背景随之而来,啤酒瓶也是如此。我只是希望这些东西留在原处,并且啤酒瓶就在被切断的页脚顶部。
CSS:
body{
height: 100%;
width: 100%;
background-color: #b2b2b2;
background: url(../images/trial3.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*HERE iS BOTTLE IMAGE */
.smoke {
position: fixed;
bottom: 0;
right: 0;
}
#footer{
height: 125px;
background: #333333;
width: 100%;
overflow:auto;
}