Hello,
Can anyone tell me how to smooth scroll to a link like this:-
<!-- Link invisible, used to move up -->
<a name="test" id="test"></a>
<br /><!-- To cover up the full page and more -->
<a href="#a">Scroll to #test</a>
When a user clicks on "Scroll to #test" it must smoothly scroll to "#test" using CSS or JavaScript!
I wouldn't preffer and libraries but anyways it will work!
Thanks,
Akshit Soota