scroll image on myspace |
scroll image on myspace |
Sep 9 2008, 06:34 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2008 Member No: 668,304 |
ok im gonna try and explain this the best i can
i wanna know if there is a way to make a image scroll with the page like the background would on myspace. like i wanna put my logo in the corner and it'll scroll up & down with page Is there a way to do this on myspace? |
|
|
|
![]() |
Sep 10 2008, 05:41 AM
Post
#2
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
You can used position fixed but that's only compatible with Firefox. [i] I don't no if there is an other solution without using JavaScript
CODE <style type="text/css" >
.logo { position: fixed; top: 10px; left: 10px; } </style> |
|
|
|
jaygagegfx scroll image on myspace Sep 9 2008, 06:34 PM
Anarchy Try this:
CODE<div style="position:ab... Sep 11 2008, 09:45 AM![]() ![]() |