Trying to get a typical Javascript lightbox script - in this case FancyBox - to work with an image map where each area pops an overlay with a different channel entry. Done this many times with standard links but can’t get it to work with an imagemap. An example of one I did recently for video popups is - http://www.artbuddies.org/video/ - The video clips.
In my current static test, the standard link that works just fine looks like this…
<a href="http://{path=id=194"><b>Local</b></a>The imagemap code that doesn’t is like this…
<area shape="circle" coords="351,495,9" id="194" href="{path=""}methods/testBox" >This is just a static test - not pulling in an entry, just popping up a simple html template.
Any ideas anyone.
Note: The link in the first is same as in second - gets hosed here when posted.