Search code examples
cssscrollparallax

Parallax Scrolling


Can anyone point me in the right direction? I have a DIV with a background image that is fixed, but I'd like it to scroll at a slower rate when scrolling down the page. I'm not great with jQuery or CSS3 so asking for some help.

Thanks in advance.


Solution

  • This may help: http://stephband.info/jparallax/ It turns nodes into absolutely positioned layers that move in response to the mouse.