So this should be fairly basic... and I\'m doing it, but I wanted to ask for a few different options.
One option is using the \"Smooth Scroll\" and anchor names... but I
You could try just setting the scrolltop
var doc = (document.contentWindow || document).document || document.ownerDocument || document, el = ($.browser.webkit) ? doc.body : doc.documentElement; $(el).scrollTop($('#services').offset().top);