Skip to content

Instantly share code, notes, and snippets.

@janzenz
Last active August 4, 2016 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janzenz/74b77c4f4f6882b898d399b3a75de91c to your computer and use it in GitHub Desktop.
Save janzenz/74b77c4f4f6882b898d399b3a75de91c to your computer and use it in GitHub Desktop.
RM Devices - Map Info container
<!--
Important parts here for the map-info-container:
This is the attributes that specify which marker it is linked to.
Make sure to keep the prefix "addr-" the suffix can be anything
for example purposes I used the full name.
id="addr-arizona"
This is the positioning for the marker based on the map and this is using percentage.
data-x="45"
data-y="61"
-->
<div id="addr-arizona" data-x="45" data-y="61" class="map-info-container">
<h3><a href="#">Shanghai</a></h3>
<p>Etiam habebis sem dicantur magna mollis euismod.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment