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.
Semantic portal