I don't want the backround to be fixed (frozen) I wanted to move with everything else as you scroll down/up the page.
Thanks For The Help!
What's the myspace code that makes the backround image move when you scroll up/down?
Erase this in your layout code.
background-attachment: fixed;
That will automatically make it scroll again.
What's the myspace code that makes the backround image move when you scroll up/down?
What's up with the 1 star? If I didn't help, just ask for clarification. Report It
What's the myspace code that makes the backround image move when you scroll up/down?
ok for example :
%26lt;style%26gt;
body {
background-color: 000000;
background-image: url('');
background-position:bottom left;
background-repeat: no-repeat;
background-attachment: scroll;
}
where it says background attachment change it to scroll and save the change
No comments:
Post a Comment