css 从/ files启动随机子横幅图像 - 示例http://www.grundyconstructions.com.au/who_are_we.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 从/ files启动随机子横幅图像 - 示例http://www.grundyconstructions.com.au/who_are_we.html相关的知识,希望对你有一定的参考价值。

<script>
$(function() {  //THIS WILL SELECT SLIDER IMAGES LISTED BELOW - CHANGE URL PATH BELOW TO ALTER
var images = ['sl1.jpg', 'sl2.jpg', 'sl3.jpg', 'sl4.jpg'];
$('#subBanner, #subBannerContact').css({'background': 'url(thumbnaillarge/' + images[Math.floor(Math.random() * images.length)] + ')'});
});
</script> 
#subBanner {
height:300px;
background-position:center center !important;
background-size:cover !important;
}

以上是关于css 从/ files启动随机子横幅图像 - 示例http://www.grundyconstructions.com.au/who_are_we.html的主要内容,如果未能解决你的问题,请参考以下文章

css 从/ files启动随机子横幅图像 - 示例http://www.grundyconstructions.com.au/who_are_we.html

css 从/ files启动随机子横幅图像 - 示例http://www.grundyconstructions.com.au/who_are_we.html

转换为 html 的 Swf 横幅没有响应

css 在Bootstrap中将图像作为横幅放置的代码

带有 href css 动画(横幅)的图像不起作用(仅在 FireFox 中)

简单的PHP广告横幅/图像旋转器