I need help creating a basic webpage with the following functionality:
The page will contain a map as a background image in a div, with clickable images placed on top (each within its own div). When these images are clicked, markers should appear or disappear on the map to show different locations.
I want it to be simple and functional rather than fancy, as I am inexperienced and short on time. Any suggestions?
I've attempted to achieve this using only CSS, but it was overly complicated and not practical. I would like to avoid using libraries if possible.