I have a absolutely position bottom toolbar. I want it to dissapear when the page is fully scrolled to top and appear back when it is scrolled down.
Exactly the behavior of the share option in this site. The share bar in the left with twitter and all is only seen once u scroll to its position, but remains there when you scroll further. How can this be done?
You need to do something like this:
This code assumes that
yourBoxis a jQuery selecition containing an absolutely positioned element (which is the one that should be moved around).