There is an object map in .jpeg format and each object block rendered in svg, with each one highlighted. Nearby there is a navigation menu (tabs), which, when clicked, show information about each block. The task is such that when a user clicks, not only information is displayed, but also highlighted on the object map. Interactive Map

  • how svg is inserted, add markup to the question - Stranger in the Q
  • @StrangerintheQ - <div class = "map"> <svg viewBox = "0 0 199.36 327.67999"> <path class = "part" d = "m 39.896181,76.55087 ..." fill = "# d21e1e" id = "stat "> </ path> </ svg> <img src =" example.ru/map.jpg "alt =" "> - Botir Mirzaev

0