码迷,mamicode.com
首页 > Web开发 > 详细

制作一个主页背景图不动,但网页可以向下滚动浏览内容

时间:2014-10-24 10:29:51      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   os   strong   sp   div   on   bs   

<STYLE TYPE="text/css">
<!--
BODY {background-image: URL(图片地址);
background-position: center; (背景图片居中显示)
background-repeat: no-repeat; (不重复如果想重复则可以把no-repeat改成repeat)
background-attachment: fixed;} (fixed固定)
-->
</STYLE>

background-attachment -- 定义背景图片随滚动轴的移动方式
  • 取值: scroll | fixed | inherit
    • scroll: 随着页面的滚动轴背景图片将移动
    • fixed: 随着页面的滚动轴背景图片不会移动
    • inherit: 继承
  • 引用网址:http://www.dreamdu.com/css/property_background-attachment/
  • 初始值: scroll
  • 继承性: 否
  • 适用于: 所有元素
  • background:背景.attachment:附着.

制作一个主页背景图不动,但网页可以向下滚动浏览内容

标签:style   http   io   os   strong   sp   div   on   bs   

原文地址:http://www.cnblogs.com/yangjing1314/p/4047539.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!