You are reading a single comment by @Howard and its replies.
Click here to read the full conversation.
-
If you can feed it HTML and CSS you could try something like this; a relatively positioned container with the map as the background with a bunch of absolutely positioned hotspots in it.
You'd have to make the showImage() function, obvs.
<div id="map" style="position:relavitve;background-image:url('map.ping')"> <a onclick="showImage('detroit')" href="detroit.png" style="display:block; position:absolute; top:x left:y; background-image:url('marker.ping'); height:20;width:20; margin-left:-3000px">Detroit </a>... </div>
Howard
I want to create an image with actions.
The image is a map, with markers that can be clicked on that open an image...
Anyone able to do that or help? On squarespace :|