I have an image and would like to make several areas inside it clickable links, to lead to other pages on my site. After browsing for solutions, it looks like image maps are the way forward. The problem is, these rely on specific coordinates, so this wouldn't be responsive.
I had hoped that I could use percentages to get around this, but it seems that this isn't an option.
I'm not familiar with PHP coding or javascript, but I understand CSS/XHTML.
If anyone can help me with this, this would be much appreciated!
Thanks :)