">
输入banner图图片脚本导航/分类

WordPress随机背景

别忘了将你的背景图片命名为 1.jpg, 2.jpg, 3.jpg 等等.
  1. html,
  2. body { height: 100%; }
  3. img#bg {
  4. position:fixed;
  5. top:0;
  6. left:0;
  7. width:100%;
  8. height:100%;
  9. }