Search code examples
jquerymootools

jQuery multiple fixed sticky boxes


I have been looking for a long while for a jQuery plugin to add multiple sticky div boxes in the same page.

I found this (and some other plugins but I cant post more than two links)

All of them use the absolute position to make the element sticky and they animate it on window scroll, and they both dont really work very well (for example when a hidden element is toggled in the page) the position just acts funny.

I have seen a wonderful example of what I want on 9gag , the like/dislike buttons next to each post looks so fine, and I think its made with mootools.

Have any of you made such a thing in mootools or jQuery or aware of such plugins?


Solution

  • Welcome to SO!

    I was also searching for some 9gag sticky boxes and found this: jQuery Stickem

    And here the Demo: Demo of jQuery Stickem
    Hope you've searched something like this.