I am trying to add links to an image, similar to what Wikipedia does with the map of Germany and its states. Back in the 90s, I would have used the map
tag for this purpose.
After examining the source code of the map on Wikipedia, I noticed that all the states have absolute positions. Is there a simple way to achieve this effect, or do I need to manually determine the absolute positions using a tool like Photoshop and then hardcode them into the CSS/HTML?