Possible Duplicate:
jquery smooth scroll to an anchor?
I am creating a blog template (here) and would love to allow for smooth scrolling. Links to the various entries are in the sidebar and are simply <a href="#lorem"><li>Lorem</li></a>
and so on.
Various other questions have been posted here which are similar, but I have tried to incorporate the JavaScript into my website and each time it hasn't worked Common problems are absolutely nothing happening when I click the link, a pause followed by a normal jump to the correct section (with the pause the length that the animation is meant to be) and a completely ordinary jump.
I am new to JS and jQuery, so I would appreciate very literal advice - I am worried that my attempts have so far failed because of one line of code which is taken as given but which I do not know about.
Thanks in advance.