How to enable clicking on layered svg images
问题 My app uses up to 6 svg images layered to create an interactive image. I have found that I cannot mouseclick on any images below the first. ** Edit. Excess code and text removed. 回答1: You can make an element insensitive for mouse events by setting the pointer-events attribute to none (see Tinkerbin): svg > *{opacity:.5} 回答2: In essence I cannot do what I want this way. Stacking embedded images results in only the top layer being clickable by the mouse. An image map works, with some mucking