Background Image: Background Image - Fixed position

Background Image - Fixed position

body {
  background-image: url("img_tree.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}

To specify that the background image should be fixed (will not scroll with the rest of the page), use the background-attachment property.

Related concepts

Background Image - Fixed position

Background Image: Background Image - Fixed position — Structure map

Clickable & Draggable!

Background Image: Background Image - Fixed position — Related pages: