I am trying to move down a relative div from javascript (jquery) when the page is scrolled as you might have seen in machable which moves the social buttons when the page is scrolled.
But when I try to do that, It also moves the divs next to the relative div.
Here, http://www.vsnu.org/2011/03/fast-track-wayfarer-glass.html. I am trying to move the facebook like button when the page is scrolled.
How to move that relative (facebook like) div independently without disturbing next divs ?
Thanks in advance.