greetings, I'm new to this site, hope someone can give me some ideas...
I'm doing a spx header (multiple scrolling background images) for my website, crimegameonline.com where the home page is doing what I want (though I might try to do a trail effect). Problem comes if you go to crimegameonline.com/mobster-game-p2i.php (via sidebar on home page, Mobster)...
Right now, its two of the same background images scrolling at different speeds... css:
okay, no problem. It works. Note it is using the same image, which is what I want for performance.
BUT what I want is for the slower one to be like how you see a 200% image. So the fast is moving over (the top 1/2) of a 200% image. I could photoshop myself a second image and save it zoomed up, but that is lame, I have a good image right there in memory!
whoops, dunno what happened to the html: (body onload="StartMove()") (div id="scrollerAll") (div id="rollerTwo")(/div)(/div) (using () instead of brackets, maybe for no like)
I'm doing a spx header (multiple scrolling background images) for my website, crimegameonline.com where the home page is doing what I want (though I might try to do a trail effect). Problem comes if you go to crimegameonline.com/mobster-game-p2i.php (via sidebar on home page, Mobster)...
Right now, its two of the same background images scrolling at different speeds...
css:
js:
html:
okay, no problem. It works. Note it is using the same image, which is what I want for performance.
BUT what I want is for the slower one to be like how you see a 200% image. So the fast is moving over (the top 1/2) of a 200% image. I could photoshop myself a second image and save it zoomed up, but that is lame, I have a good image right there in memory!
Any ideas? I'd rather not use Jquery.
(body onload="StartMove()")
(div id="scrollerAll")
(div id="rollerTwo")(/div)(/div)
(using () instead of brackets, maybe for no like)
Didn't know that existed.