Skip to content Skip to sidebar Skip to footer

Jquery Scrolling Fixed Div

I want the left div to scroll with the content, but the problem is that this div is higher then the screen. If the user is on the bottom of the page, they must see the bottom of th

Solution 1:

use position:absolute instead of fixed. Otherwise you can't really scroll a fixed div... kind of defeats the purpose.


Post a Comment for "Jquery Scrolling Fixed Div"