My thumbnails are set up to be different links, usually accomplished with this code:
<a href=#><img src=# /></a>
However, I have now converted each thumbnail into an image map (changing the thumbnail as you mouse over). Despite my attempts to include the <a>
tag in various locations, the image refuses to act as a link. Even when using JavaScript on the enclosing div.
It is important to mention that the image has a title (within a <span>
tag) below it, which functions correctly as a link.
Is there a way to make the image both a link and a map simultaneously?