iGuest 3 Report post Posted March 15, 2005 I have a cool picture to use on my site, how do you get it so everything else but the background move while u scroll down on the website? Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 15, 2005 With CSS of course <style type="text/css">body { background-image: url(image.jpg); background-attachment:fixed;}</style>Put that in the head section of your HTML if you don't want to use an external CSS file. Share this post Link to post Share on other sites