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
Written by Greg Babula
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Related Tags
#css
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#