backround scroll |
backround scroll |
Jun 6 2007, 01:52 PM
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? |
|
|
|
![]() |
Jun 6 2007, 03:03 PM
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. |
|
|
|
indieshh backround scroll Jun 6 2007, 01:52 PM
hazardous i don't really understand what you're aski... Jun 6 2007, 01:54 PM
indieshh you see how the image like starts again?
well how ... Jun 6 2007, 02:05 PM
Maestro You background isn't big enough for that to ha... Jun 6 2007, 02:09 PM
indieshh isnt there a code that when you scroll the image g... Jun 6 2007, 02:13 PM
_cheekz_ no there isn't...like Maestro said, your image... Jun 6 2007, 02:25 PM
indieshh well what if i did find an image big enough?
and i... Jun 6 2007, 02:34 PM
FoxLucky I recognize that background
I'm not sure if... Jun 7 2007, 12:36 AM
Maestro QUOTE(FoxLucky @ Jun 7 2007, 12:36 AM) I ... Jun 7 2007, 09:09 AM
alovesopure ^ Please don't post in the help threads unless... Jun 7 2007, 12:40 AM
FoxLucky QUOTE(alovesopure @ Jun 7 2007, 01:40 AM)... Jun 7 2007, 12:44 AM![]() ![]() |