I found myself stuck with this:I have an anchor link that points to an \[code\]<a>\[/code\] inside a \[code\]div\[/code\], so the page scrolls all the way down to it.Unfortunately, the \[code\]div\[/code\] is at the bottom of the page, so usermost likely won't see it.I thought a good way to solve this would be changing the class of the div when the link is clicked, for example switching the border color to red and then fade back to normal in 2 seconds.I have no clue on how to do this. I Googled around and it seems this can be done with jQuery, but I really don't understand how to edit the scripts to my needs.Thanks a lot!