Scroll Follow: jQuery Plugin To Scoll Objects
16
Oct
// php the_time('Y') ?>
Scroll Follow is a jQuery plugin that enables a DOM object to follow the page as the user scrolls.
It is specially very suitable for the popular scrolling banners & menus.

The scrolling object can have several settings like the speed, easing, offset (number of pixels the Scroll Follow object should remain from top of viewport), container & more.
It requires 3 other plugins to work:
- jQuery UI Core
- jQuery Easing plugin
- jQuery Cookie plugin
It is tested with all major browsers.
Requirements: jQuery, jQuery UI Core, jQuery Easing Plugin , jQuery Cookie Plugin
Compatibility: All Major Browsers
Website: http://kitchen.net-perspective.com/open-source/scrol...
Compatibility: All Major Browsers
Website: http://kitchen.net-perspective.com/open-source/scrol...
- Tags:
Javascript
- Filed under: Browsing, GPL License, Goodies, Other License, Tools
- 6 Comments















6 Responses for "Scroll Follow: jQuery Plugin To Scoll Objects"
I tried to modify the scroll follow js
so that it would follow for a horizontal scroll
instead of a vertical, but it didn’t work.
All I did though was replace the java top and bottom variables with right and left. Should that work?
this doesn’t work no matter how hard I try to make it work.
This works great! I love it. Only thing left out of the instructions is that the element must be set to “position: relative;” in CSS.
Thanks!
Great works thanks
Element does not have to be set to relative positioning. It works just fine with absolute.
Has someone gotten this to work with more then one element on the same page?
I have a problem with IE8 when I open the page with the scroll effect it pops a alert saying “Out of memory at line: 12″, anyone else having this problem?