View Full Version : BG image that doesn't nove


jonathan12
04-17-2003, 09:40 PM
ow do I get the image in the background that stays with you when you scroll? Like I had an centered in the background of my page and I start to scroll and indtead of it going away it goes down too?

epolady
04-17-2003, 09:41 PM
http://www.lissaexplains.com/css.shtml#stylebody

look for background-attachment

jonathan12
04-17-2003, 10:36 PM
thanks

zangerbanger
04-17-2003, 10:51 PM
Or.....

in your body tag add bgproperties="fixed" so it looks like this:

<body bgproperties="fixed">

*I recommend the css way though...*