I have the following problem.
For example:
I want to click on an image (this image has 3 cars, seen from the sky) when I click on a car I want to show the information of that car.
Each car has its coordinate (x, y) in the image.
I have thought about the following:
Put a div
transparent on top of the image, and let that div contain a kind of button on top of each car (depending on the coordinate you already know).
The problem:
Do not position it because, in html/css
is not positioned by (x, y) (as far as it is).
Is there any way I could do this, can it be a conversion to something that can solve this problem?