Last Updated: February 25, 2016
·
1.587K
· g

Disable Element Events with CSS

Disable mouse events over an element using only CSS. Unfortunately no IE & Opera support, but still very useful.

.element { pointer-events: none; }

More information here
https://developer.mozilla.org/en/css/pointer-events
http://caniuse.com/#search=pointer-events