I am currently experiencing difficulties with the implementation of the jquery plugin known as ImageMapster. To assist in troubleshooting, ImageMapster has provided a demonstration through jsfiddle which can be accessed here: http://jsfiddle.net/nYkAG/396/
Upon hovering over the image within the demo, you will notice several small boxes that display descriptions when hovered upon (in case of any issues, try clicking directly on the image itself). This functionality is achieved through the use of the area
tag.
I attempted to replicate this same method and incorporate it into a standard HTML website. However, I have encountered difficulties as the desired effect is not working as expected. I am struggling to identify where I may have veered off course from the functional demo provided on jsfiddle.
You can view the example site where the issue persists here:
The frustrating part is that the problematic behavior mirrors that of the original site. Any insights or guidance on resolving this issue would be greatly appreciated.
Thank you in advance for your support.