I’m using supersized ( http://buildinternet.com/project/supersized/ ) for a full size image background slideshow, but I need the background image to scroll as the user scrolls up/down to read text.
The site i’m using as a reference is http://www.samsung.com/latin/
They used flash for the background slideshow.
Is there any way to achieve the same with js?
Thanks
This will do the trick, I’m using it myself:
Using position:relative as others have suggested won’t work, nor will using position:absolute by itself.