Encountering issues with JQuery Offset when utilized within a div that has a fixed height and overflow.
This particular div contains two columns, a main column and a sidebar. The objective is to have one of the sidebar divs scroll within its container until it reaches the top, at which point it should stay in place.
A demonstration can be found here: http://jsfiddle.net/zsJAr/53/
Although scrolling works, the div does not remain at the top until it has been scrolled past, resulting in the top portion being cut off.
Your assistance on this matter would be highly valued.