I wish to give my users only vertical scroll and that too up to a automatically calculated height, not up to the entire length of the page.
Is it possible to fix the limit of vertical scroll that i wish to give to users. can it be done by jQuery. ???
I did this part by hiding the underlying div and showing it just before I need it. So, I don’t need to set the vertical scroll to a particular height.