I need to mount a kind of map, where the user clicks on a button that is in the x, y coordinate of an image and a modal opens.
I can not use background-image for this, so I put the image with
z-index: -1
, now I need to create some buttons and position on the image.
In this project I'm using HTML, CSS (Bootstrap) and JQuery on the front end.