This turned out to be more difficult than I anticipated. I have a #content
area, a #left
, and a #right
with a div#sidebar
inside the #right
element.
Currently, the fixed sidebar scrolls down to overlap with the footer. How can I get it to terminate at a higher point?
I attempted to implement this previous stack overflow accepted answer, but had no luck with it.