I have an SVG image map embedded on an HTML page.
It contains a collection of PNG s each wrapped in a link.
Some of these images overlap, however w
If I correctly understood you, then the click event should pass through the upper semi-transparent image to the bottom one and trigger on it.
For these purposes, the attribute pointer-events ="none"
Assigning this attribute
Browser support: https://caniuse.com/#feat=pointer-events
Theory: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events