Responsive image map

For responsive image maps you will need to use a plugin: https://github.com/stowball/jQuery-rwdImageMaps (No longer maintained) Or https://github.com/davidjbradshaw/imagemap-resizer No major browsers understand percentage coordinates correctly, and all interpret percentage coordinates as pixel coordinates. http://www.howtocreate.co.uk/tutorials/html/imagemaps And also this page for testing whether browsers implement http://home.comcast.net/~urbanjost/IMG/resizeimg3.html

What is a good alternative to using an image map generator?

Why don’t you use a combination of HTML/CSS instead? Image maps are obsolete. This btw is Search Engine Optimised as well 🙂 Source code follows: EDIT: After the numerous negative points this answer has received I have to come back and say that I can clearly see that you don’t agree with my answer, but … Read more