Home › Forums › JavaScript › Anchor Link effect on mouse down › Re: Anchor Link effect on mouse down
August 3, 2011 at 12:35 pm
#84406
Participant
Well you don’t need Javascript to do that…
a:hover
a:active
in CSS will sort that out – you only need Javascript when you want to implement some sort of animation (without using CSS3)