视差滚动指网页滚动过程中,多层次的元素进行不同程度的移动,视觉上形成立体运动效果的网页展示技术。
利用background-attachment属性实现。
background-attachment:fixed || scroll || local; 默认情况下,此属性取值scroll,页面滚动时,内容和背景一起动;如果取值fixed,背景相对浏览器固定。
具体代码案例参考:http://blog.csdn.net/chenlycly/article/details/25046969;
视差滚动指网页滚动过程中,多层次的元素进行不同程度的移动,视觉上形成立体运动效果的网页展示技术。
利用background-attachment属性实现。
background-attachment:fixed || scroll || local; 默认情况下,此属性取值scroll,页面滚动时,内容和背景一起动;如果取值fixed,背景相对浏览器固定。
具体代码案例参考:http://blog.csdn.net/chenlycly/article/details/25046969;