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
- 3 Comments




















3 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!