How can I make all text on hi5 move (when I scroll down/up) without background?

hmm so i want to make all the text (about me,profile comments,interests etc.) i mean ALL move when i scroll up or down,but without background. i want the background's picture to stay on its place. there are some skins on various sites which have this feature i mentioned. from what i saw on those skins the background picture is NOT multiplicated,and it's not moving either. it's simply "sticked on". i think it's pretty cool but i don't know how to apply it to my profile. may someone help me please? (i'm really a html codes' addicted :D)

Public Comments

  1. Go to this webpage. It's got a tutorial on how to do it. http://www.brownielocks.com/fixedbackground.html
  2. Set the background-attachment property on the element, e.g. - background-image: url("image.jpg"); background-attachment: fixed;
Powered by Yahoo! Answers