Możesz skorzystać z tagu <map>
i <area>
w HTML:
http://www.tutorialspoint.com/html/html_area_tag.htm
Przykładowo:
<img src="image.png" width="111" height="111" alt="Image Alt" usemap="#imagemap">
<map name="imagemap">
<area shape="rect" coords="0,0,10,10" href="rect.htm" alt="Rectangle">
<area shape="circle" coords="90,58,3" href="circle.htm" alt="Circle">
</map>
edytowany 2x, ostatnio: msm,
Liczba odpowiedzi na stronę