backround scroll |
backround scroll |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Jan 2006 Member No: 347,294 ![]() |
i have a backround a backround thats big enough for the first half of my mypspace, but when you scroll down it restarts another image of the backround
how can you like scroll down and it will still be the same image no matter how far you scroll down? |
|
|
![]() |
![]()
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
If you did find an image that is big enough for it to not start over, then you'd use the code below:
CODE <style type="text/css"> body{ background-image: url("PUT YOUR BACKGROUND URL HERE"); background-attachment: scroll; background-position: center; background-repeat: no-repeat;} </style> But the image that you have in your background is not big enough, because if it was then it wouldn't start over again when you use the scroll code. |
|
|
![]() ![]() |