View Full Version : fixed background


zaharon
08-05-2004, 09:37 PM
What's the code to make the background fixed? I completely forgot and i can't find it anywhere!

tucker
08-05-2004, 10:36 PM
please search the forums first, theres at least 5 threads on this with the answer posted

http://www.lissaexplains.com/forum/showthread.php?t=59166&highlight=fixed+background

salomeyasobko
08-05-2004, 11:19 PM
^that link is for making the background stop repeating, by the way. so this is for making it fixed:

<style type="text/css">

body {background-attachment: fixed;}

</style>

:)