View Full Version : I need help with Div Layers


unusualrhapsody
06-09-2005, 02:55 AM
Okay, I did the Div Layers right and everything, but the background image doesn't stay in one spot when I scroll down...

http://www.neopets.com/guilds/guild.phtml?id=703918

If you scroll in the updates section, you'll know what I'm talking about.
How do I make the background image not scroll?

Also, how do I make the scrollbar transparent?

mybubbles
06-09-2005, 03:06 AM
scrollbar-track-color:transparent;
Hope I helped. :)

unusualrhapsody
06-09-2005, 03:32 AM
Well, that didn't work.

But what I need to know more than that is how to make the background image stay fixed and not scroll.

pb&j
06-09-2005, 06:13 AM
<style type="text/css">
body {background-repeat: no-repeat;}
</style>