Default value. Scroll this element to see how background image is attached to the box.

.scroll {
    backround-attachment: scroll;
    }

Scroll document to see how background image is attached to the box.

.fixed {
    backround-attachment: fixed;
    }

Scroll this element to see how background image is attached to the box.

.local {
    backround-attachment: local;
    }