I have been looking for a way to enable clickthrough of layers on internet explorer 9 and this is one of the best answer I found so far. This is obviously not working in the little jsfiddle I made here. Note that I am using the real internet explorer 9 and not internet explorer 10 in compatibility mode (which works btw). Is there a way to make that work?
HTML:
<svg width="100px" height="100px" style="position:relative;background:#aaaaaa;z-index:100;pointer-events:none;"></svg>
<div onclick="alert('it worked!');" style="position:absolute;top:10px">Click me</div>