Such a question - there is a canvas, in it are drawn several circles that react to the movement of the mouse. Is it possible to somehow link these pages to specific pages? That is, when you click on a certain arc, the visitor flips to a specific page.

  • one
    I'm afraid that nothing, except that when you hover over the desired area to rewrite the very "link", and when you click to do location.href or window.open - Alex Kapustin

1 answer 1

Hello!

Use image maps

<map name="karta"><area shape="poly" coords="0,1,2,3" /></map> 

See the HTML docks for details, I don’t remember the complete syntax.