This is a variation of the question of sticking a div
to the top of the page. Instead I need a div to stick to the top of its parent div, which has been set to overflow: auto
.
http://jsfiddle.net/7F22m/ (Code cobbled from here.)
#sticky
should stick to the top of #wrapper
once it reaches the top of #wrapper
.