龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

wordpress随机背景

时间:2014-07-22 14:49来源: 作者: 点击:
分享到:
<无详细内容>
html,
body { height: 100%; }
 
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

<body>


<?php $random_image = rand(1, 5); /*let's choose random image...*/ ?>
<img id="bg" alt="" src="<?php bloginfo('stylesheet_directory');?>/images/<?php echo $random_image; ?>.jpg" />
精彩图集

赞助商链接