try this plugin: http://flesler.blogspot.com/2007/10/jqueryscrollto.html
After you've loaded your content into the DIV, call
$.scrollTo("#your-div-id-here", {duration: 1000 });
duration is in milliseconds for the scroll animation.
try this plugin: http://flesler.blogspot.com/2007/10/jqueryscrollto.html
After you've loaded your content into the DIV, call
$.scrollTo("#your-div-id-here", {duration: 1000 });
duration is in milliseconds for the scroll animation.