ScrollTo and scroll local plug in issue
hey guys, I am trying to apply a smooth scroll to my site. Its a 1 page site and I have anchor tags set up at various points. here is the jquery I am using which isnt working:
$(document).ready(function () {
$("#menu_nav").localScroll();
});
it only scrolls down like an inch no matter what button I press.
my site is www.glenhealy.com you can see for yourself, if you select a menu item, it only scrolls a few inches. If I take away the jquery, it jumps right to each anchor tag like its supposed to so i know its gotta be something wrong with the way im doing the jquery. anyone have any ideas?