How do you get an image
How do you get an image, when it's a background to stay with the screen so it looks like it never moves
^^^^ Notice how when you scroll up and down, the planets background stays. How is that done?
Well, the old school way to do it is just put:
bgproperties="fixed"
in your body tag.
For a more proper way of using it in CSS, look at this page:
When you see an effect on a web page that you like, you can always view the source to figure out how they did it.
Thanx guies