You are reading a single comment by @skinny and its replies. Click here to read the full conversation.
  • 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 :|

  • Does it have to be an image of a map, could it be an interactive map, first result online https://www.imapbuilder.net/userguide/gmap_v1/overlay/insert-image/ then you can embed the code to the Squarespace page

  • 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>
    
About

Avatar for skinny @skinny started