Is it possible to add an effect like a border or opacity when hovering over an area in an image map? I've tried using classes and applying hover effects with borders or opacity, but nothing seems to work as expected. Here's my code:
<img src="img/mappa/mappa.jpg" alt="mappa del parco" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" data-fancybox-group="fancy" coords="307,293,399,351" id="fancybox" href="#inline1" alt="" class="area"/>
</map>