I\'m trying to add a floating navigation to the side bar. I have jquery floating the nav to the top after you begin scrolling. It works fine at the top, but once you reach the b
Give the navigation a higher z-index than the footer. Something like z-index:99; will definitly do it.
z-index
z-index:99;