(Please forgive me, for I’m not too comfortable with Javascript or programming in general.)
On my
blog, if you click on the
Archives link on the left side, it’ll jump down to the Archives section at the very bottom of the page. You’ll notice that the word “Archives” gets highlighted, then the highlight fades away.
Now,
this is the Javascript I use to achieve this (I think I got it from yourtotalsite.com’s Yellow Fade Technique tutorial). I’ve modified it quite a bit to suit my needs, but one thing I can’t figure out is how to make the script wait a little bit until it carries out
DoFade (in other words, when somebody clicks on a jump link, I want the page to jump, wait a couple seconds,
then do the fade effect). I know I have to use
setTimeout(), but I don’t know where to put it. Any help, please?
