I am working on an ad which involves several clickable areas of an image, which, when clicked, should open up a Facebox with a more detailed image.
However, when I input "rel="facebook" into an Image map area without an anchor tag, Facebox doesn't come up, it just links straight to the image.
I was able to work around this by adding "a" at the beginning effectively convert the area into an anchor, which works in Firefox -
But the facebox doesn't work in IE or in Edge, in fact the entire link disappears. Is there a solution to this?
My Code:
<map name="Map" id="Map">
[...]
</map></a>
Thanks for your help and time,
Zach