Jquery Scrolling div - Prevent from entering site footer
I have a side menu on my site that i would like always visible. To accomplish this, I am using the following code sample from this page: http://camwebdesign.com/demos/jquery-scrolling-element.html The problem is that unlike the sample my site has a huge 1000px height footer. When the user scrolls the content over the footer div, the side menu overlaps it. Is there a way to modify the Jquery code where it has a boundry of 1000px on the bottom to prevent this? Thanks! <html> <title>Keep element in view while scrolling using JQuery</title> <script type="text/javascript" src="http://ajax