如何在页面刷新时更改背景图案图像?

时间:2015-11-23 07:34:10

标签: javascript php html css arrays

我尝试了很多脚本来更改页面刷新时的背景图像,但我找不到任何正确的解决方案。

这是我的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)

0 个答案:

没有答案