回答

0

嘗試將此添加到您的CSS文件

html { 
background: url(../img/pattern.png) fixed, url(../img/background-image.jpg) 50% 50% fixed no-repeat; 
-moz-background-size: auto, cover; /* Firefox 3.6 */ 
background-size: auto, cover; /* Chrome, Firefox 4.0+, Safari 4.1+, Opera 10+ and IE9 */ 

}