Watch the background image here fixed at a location

Read the basic Body Tag CSS tutorial

Try to scroll this page and see how the background image is fixed at a location only





body { background-color: #cfcfcf; margin-top: 0.0em;
background-image:url(plus_logo.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}