silence
Well-known member
silence submitted a new resource:
Parallax Background - Dead-simple way to give your website background a parallax effect!
Read more about this resource...
Parallax Background - Dead-simple way to give your website background a parallax effect!
Simply throw this:
Somewhere, where JS is enabled! (I used 'page_container_js_body' and put it right before the '</script>' line.HTML:$(window).scroll(function (e) { parallax(); }); function parallax() { var scrolled = $(window).scrollTop(); $('#XenForo').css('background-position', '0px ' + -(scrolled * 0.2) + 'px'); }
Example: XenoGamers.org
Note: This only works if you are using the background selector in XenForo's Style Properties and if in 'Miscellaneous' you have...
Read more about this resource...