I'm looking to create a unique menu with an irregular shape in Adobe Illustrator. I've attempted the following code:
<div class="body_container">
<img src="img/sitio_Web.png" alt="" usemap="#sitio_Web_Map" height="787" border="0" width="1430">
<map name="sitio_Web_Map">
<area shape="poly" alt="" coords="377,164, 377,135, 305,135, 244,138, 194,145, 194,175, 247,168, 309,165, 377,164" href="#Quienes_Somos">
</map>
</div>
However, I'm unsure of how to proceed in adding mouse-over and click effects to turn it into a functional menu.
For reference, here is an example of the desired effect: https://i.stack.imgur.com/bYmMl.gif