scrollTop: is not working in chrome?
http://sabithacreations.com/
in this site i used
- var about = $('.about');
- var aboutScroll = $('.abt_part').position().top + $('.show_icons').position().top ;
- about.click( function(){ $('html').animate({scrollTop: aboutScroll },'slow');
- return false; })
in mozilla its working as i intended but not in chrome...pls help