I have 3 bullet images.
1 for active, 1 for hover and 1 for the rest links.
Here is my code:
<a href="#" class="toc selected" rel="2"><img src="images/othersdefdot.png" onclick="funcCaller('fund', 'images/reddot.png', 'local', 'images/othersdefdot.png', 'youthgames', 'images/othersdefdot.png')" name="fund"></a>
How to achieve hover effect in this link?
Javascript: