I am trying to create an html imagemap with highlighting. I therefor use http://www.outsharked.com/imagemapster/ which did work on my tryouts, but does not work on the final map. The areas in the map seem to be correct - I did attach an click handler to them responding with the expected area. However, imagemapster does not highlight the areas.
What am I missing here?
Find my example here http://bernhardriegler.github.io/imagemap/index.html
found the answer here: jQuery plugin imagemapster isn't doing anything
imagemapster does require the href attribute on all areas you wish to highlight.