The easiest way to explain what I’m looking for is to show you. So, have a look at www.waldenponder.com. You’ll see that on the right hand side there I have a Follow Me twitter element. As you scroll down, the element is pinned to the side of the page.
This particular script is written for this particular element and makes it easy to customize the color, etc. What I’m interested in is the bit of javascript (jQuery) that makes this possible. What function(s) should I be looking at to allow for a floating div which appears to be pinned to the side of a page?
I’ve done my Google searching but am finding mainly sticky headers and footers which is not what I’m interested in. Basically, I just need to float a single div along the side of my content.
Any help is appreciated.