View Full Version : how: "background doesnt move, but text & images move" ?


blue_wishes
05-23-2005, 05:40 AM
how do u make a layout where the backgroud doesnt move, but only the text and images move when u move the page up and down?

tokyo bleu
05-23-2005, 07:49 AM
<style>
body {
background:url(URL of your background here) fixed;}</style>

blue_wishes
05-23-2005, 03:02 PM
hehehe thank you ;)