background-attachment: scroll|fixed ;
div{
background-image:URL(back.gif);
background-attachment:scroll;
height:5em;
width:15em;
overflow:scroll;
}
div{
background-image:URL(back.gif);
background-attachment:fixed;
height:5em;
width:15em;
overflow:scroll;
}