back
Code
CSS
HTML
Web

.body1{
background-image:url('../Res/bgimage2.png');
background-repeat:no-repeat;
background-position:right top;
background-attachment:scroll;
}

/* This CSS allows the background to scroll */
/* To make it fixed, the property used is background-attachment:fixed; */

#divscroll{
width:300px;
height:1050px;
background-color:green;
}