Google
CSS Background-Attachment Property

Description:
Sets the background image to scroll or not to scroll along with its associated element.
Syntax:
background-attachment: [value]
Possible Values:
  • scroll
  • fixed
  • inherit
Initial Value:
Scroll
Applies To:
All elements
Inherited:
No
Media:
Visual
Example:
{background-image: url(img/myimage.gif);
  background-attachment: fixed;}