CSS background-attachment
- CRMethod of defining how a background image is attached to a scrollable element. Values include scroll
(default), fixed
and local
.
IE
- 5.5 - 8: Partial support
- 9 - 10: Supported
- 11: Supported
Edge
- 12 - 87: Supported
- 88: Supported
Firefox
- 2 - 24: Partial support
- 25 - 84: Supported
- 85: Supported
- 86 - 87: Supported
Chrome
- 4 - 87: Supported
- 88: Supported
- 89 - 91: Supported
Safari
- 3.1 - 4: Partial support
- 5 - 13.1: Supported
- 14: Supported
- TP: Supported
Opera
- 9 - 10.1: Partial support
- 10.5 - 72: Supported
- 73: Supported
iOS Safari
- 3.2 - 4.3: Not supported
- 5 - 13.7: Partial support
- 14: Partial support
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4: Not supported
- 4.1 - 4.3: Partial support
- 4.4 - 4.4.4: Not supported
- 81: Not supported
Opera Mobile
- 10: Partial support
- 11 - 12.1: Supported
- 59: Supported
Chrome for Android
- 88: Supported
Firefox for Android
- 85: Supported
UC Browser for Android
- 12.12: Supported
Samsung Internet
- 4: Not supported
- 5 - 12.0: Partial support
- 13.0: Partial support
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Partial support
KaiOS Browser
- 2.5: Supported
Most mobile devices have a delay in updating the background position after scrolling a page with fixed
backgrounds.
- Resources:
- MDN Web Docs - background-attachment