You are reading a single comment by @Howard 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 :|

  • 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>
    
  • Thanks let me look.

    I held back information that is clearly important, the map has a route on it. I want to show what certain parts of a route are like with images.

About

Avatar for Howard @Howard started