使用background-attachment可定义背景图片随滚动轴的移动方式。
1、background-attachment:scroll 随着页面滚动轴背景图片也会随之移动。
2、background-attachment:fixed 随着页面滚动轴背景图片静止不动。
3、background-attachment:inherit 从父元素继承background-attachment属性的设置。
使用background-attachment可定义背景图片随滚动轴的移动方式。
1、background-attachment:scroll 随着页面滚动轴背景图片也会随之移动。
2、background-attachment:fixed 随着页面滚动轴背景图片静止不动。
3、background-attachment:inherit 从父元素继承background-attachment属性的设置。