I’m not talking about position:fixed.
As I scroll down the page, I want the element to scroll down with the page, until it passes the browser’s view. When it passes the View, it should remain near the top of the page, but still visible, so the user can click it.
You see this in the Facebook advertising on the right hand column. (go to facebook to check it)
Is there a JQuery plugin that does this?
See ScrollToFixed.