views:

189

answers:

2

If I have a div that is overflowing, is there a way I could call a jquery function to scroll it down 60px or something?

+1  A: 

Yes you can use ScrollTo plugin

antyrat
excelent! :) thanks
tarnfeld
A: 

Or, simply use the scrollTop() jQuery API call.

ayaz