keep background image fixed during scroll using css code example
Example 1: how to make fixed background image in css
body {
background-image: url("img_tree.gif");
background-repeat: no-repeat;
background-attachment: fixed;
}
Example 2: css keep background image from scrolling
background-attachment: fixed;
Example 3: How to make background fixed while scrolling
On-scroll fixed background