HTML代码:
<div id="mememe"></div>
CSS:
#mememe {
background: url(你的图片地址);
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: fixed;
background-position: bottom right;
bottom: 0;
right: 0;
z-index: -1
}
使用方法
就是吧css加到style.css 文件里面,然后HTML代码加到你需要的页面,比如我加到了
index.php
page-archives.php
page.php
post.php
(在这些页面的<?php $this->need('footer.php'); ?>前即可)