Rola's profile. I'm in love with it. BUT IT'S NOT BLOODY WORKING. I just want the background to stay in one place while the information/etc. over it scrolls up and down. The glowy lanterns are part of the background and should stay still too. It's driving me to tears. I can't do it. Survival is starting soon and I wanted it to be done before then so I could concentrate on zombies and candy, two of the most important things in life and this damned profile is just making me gaaaaaaaaah...insert temper tantrum complete with crying and swearing here
Have you tried this code?
body {background-attachment: fixed;}
But you have the pet name as part of the background, so everything else will scroll on top of the pet name. [edit] You could do something like this for the pet name:
.pet_name{position:absolute;
top:10px;
left:150px;
width:200px;
height: 100px;
color: transparent;
background-image: url(URL here); }
Take the pet name off the background and make a separate image of it to use as a background for .pet_name, you'll just have to figure out the width/height attributes.
One more question? I don't see the name image showing up. I just redid it and made it its own image and took it off the background, but the numbers seem to show it should be visible, but it's not. Can you see why?
[edit] Oh. Oh my god. I figured it out, lmao. goes hysterical, then hides