if you want the image to not move when the page is scrolled up and down there is a css code that can be used to stop the image from moving. The code is as follows:
<style>body{background:url(URL OF IMAGE GOES HERE OR IF IT IS FISH.GIF) fixed no-repeat}</style>
where is says fixed no-repeat you can also decide where you want the image to go for example if i want the image centered, to stay in the same place and no-repeat then this is what i would do:
<style>body{background:url(URL OF IMAGE GOES HERE OR IF IT IS FISH.GIF) fixed no-repeat center}</style>
other opetions for deciding where to put the image is right bottom, left bottom, left center, right center or top right , left right.
if you want the image to be repeated then you would just put repeat and take out the no.
i hope that helped a bit, if you would like me to go into more depth then please e-mail me at
[email protected]
regards steven