Hi
As the title suggests I’ve been trying to get my navigation to call a anchor tag to enable my a smooth scrolling javascript effect to work.
It does call it ok but jumps from the nav straight to the anchor tag.
I’m trying to use the smooth scroll javascript functionality to get it to scrool down smoothly and avoid a ghastly jump. The smooth scroller can be found here http://www.kryogenix.org/code/browser/smoothscroll/
As stated its just a simple javascript call which uses the reference smoothscroller javascript file, which I’ve used countless times in html builds.
Any ideas coz currently I’ve got geturl("#bottom"); which should reference the a name=“bottom” tag Im trying to get which it does, but doesn’t implement the smoothscroll feature.
Any help much appreciated!