I currently have a square image of a car with a transparent background. My goal is to make the car clickable so that when I click on it, it triggers an action. However, I also want the transparency around the car to allow clicks to go through and affect the underlying DOM element, which in this case is another image.
Is there a way to achieve this functionality?