Background Attachment

Background-attachment property specifies whether the background image will scroll with the text content or is fixed.
To illustrate this concept, resize this window smaller. While scrolling down to read the text, the image remains in its original position.

The background-attachment values are scroll (default) and fixed.

body {background-image:url(images/ sheepdog.jpg); background-attachement:fixed}