image_map_highlighting_example

What is needed for image maps & highlighting them:

    * 1 replit [html5/js/css] container
    * an image
    * be able to use image-map.net
    * image dimensions (just the width & height; this will be useful for consistency)
    * [data-imgsize="{width_of_image}x{height_of_image}" " class="map"] inside of html "img" tag
    * https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
    * https://cdnjs.cloudflare.com/ajax/libs/maphilight/1.4.0/jquery.maphilight.min.js
    * [$(function() {$('.map').maphilight();});] inside of html "script" tag
         update the .maphilight(); to .maphilight({fillColor: '008800'}); or any color really
    * links

below is a reference manual that should help some. If you need a visual, there is the youtube link below as well.

http://web.archive.org/web/20221026002814/https://medium.com/hackernoon/how-to-use-jquery-and-html5-map-tag-to-highlight-image-areas-on-mouseover-b7c728947ed3

https://youtu.be/OHBx0aWVWiM