The CSS - property pointer-events: none; works fine in Firefox, but it does not in Internet Explorer 9-10.
pointer-events: none;
Is there a way to achieve the same behaviour
From looking at the APIs, I don't think Rich Harris' Points.js, nor Hands.js, provide support for pointer-events: none.
Thus, I just implemented a tiny script to polyfill this feature: