Hello,
This is going to be rather silly of me asking, but how do I keep the background image fixed during a page scroll. I have this css code, and the image is a background of the body and not <div></div>
body{
background-position:center;
background-image:url(../images/images5.jpg);
}
Thanks Jean