我尝试了很多脚本来更改页面刷新时的背景图像,但我找不到任何正确的解决方案。
这是我的HTML代码。
<div class="under_header"
style="height:600px;
margin-top:0px;
background:url(images/pattern.png),
url(images/latest_movie/movie_image.jpg)center 76px fixed no-repeat;
-moz-background-size:auto, cover; background-size:auto, cover;
box-shadow: inset 945px 0px 645px -645px black, inset -945px 0px 645px -645px black;">
</div>
因为我想改变页面刷新的背景模式,如pattern.png,pattern1.png,pattern2.png。在backgroud:url(images/pattern.png)
。