January 13, 201016 yr Hi again, Some sites when you click on a link takes you down the page smoothly.... Using anchors just seems to re-load the page with the anchor at the absolute top of the page. How do you achieve this effect? Thanks
January 13, 201016 yr Use jQuery http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12 http://snipplr.com/view/12510/smooth-scrolling-with-jquery-and-internal-page-links/
January 14, 201016 yr @rallport, you forgot to load the jQuery library! Add this in your <head></head> tags: <script src="http://code.jquery.com/jquery-latest.js"></script> Cheers!
January 15, 201016 yr Thank you both, I'll give it a go but I have never used JQuery before. Neither did I, but I checked out this site and it was a brilliant source http://blog.themeforest.net/tutorials/jquery-for-absolute-beginners-video-series/ Hope this helps!!
January 15, 201016 yr I used this jQuery plugin recently and it works a charm: smooth anchors Very smooth indeed.
February 4, 201016 yr I think it's a given that If i'm using a range of jquery functions, that the jquery is loaded? I'm sure the OP doesn't need us to type out every single line for her. Heh, I know, but you never know, after all she did ask How do you achieve this effect? Just playing it safe, mang!
Create an account or sign in to comment