Imagine having an image that looks like this:
https://i.sstatic.net/Ab6aW.jpg
I am looking to make it so that when I click on the transparent areas of the image, the click should pass through to the element below. However, if I click on a non-transparent area, the image itself should receive the click event.
Is it possible to achieve this effect?