CSS background-attachment

The background-attachment property specifies whether the background image should scroll or be fixed (will not scroll with the rest of the page):

Example

Specify that the background image should be fixed:

Output :

Example

Specify that the background image should scroll with the rest of the page:

Output :