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
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
I recognize that background
![]() I'm not sure if this is what you are talking about but try this code: <style type="text/css"> body{background-image:url("http://img221.imageshack.us/img221/9254/beachtestmm8.jpg"); background-attachment:fixed; background-position: bottom center; background-repeat: no-repeat;} </style> |
|
|
![]()
Post
#3
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
I recognize that background ![]() I'm not sure if this is what you are talking about but try this code: <style type="text/css"> body{background-image:url("http://img221.imageshack.us/img221/9254/beachtestmm8.jpg"); background-attachment:fixed; background-position: bottom center; background-repeat: no-repeat;} </style> See, now this would work, because the background is larger, and it fits the whole screen so I advise you to use the code she provided. Now you can use the scroll code, and the background shouldn't start over. |
|
|
![]() ![]() |