View Full Version : does anyone know how to do this..?


squalls_dreams
02-21-2003, 02:56 PM
hi people's o was wondering if anyone know's how to do this like this site here...check it out.. the background stays where it is when you scroll down.. how do you do that..?http://www.fffriends.net/main.php?ID=main.html

StyGomez
02-21-2003, 03:08 PM
CSS will do it for you :)

<style type="text/css">
body{background:url(YOURBACKGROUND.gif) fixed}
</style>

Lemon Squash
02-21-2003, 03:09 PM
or you can just add bgproperties="fixed"> to the end of your background tag :)

StyGomez
02-21-2003, 03:10 PM
Eep, I didn't know you could do it that way, Lemon. Cool :D

squalls_dreams
02-22-2003, 03:52 AM
thanks ......you two i appreciate it