The CSS method to do this is pointer-events: none
pointer-events: none
See: http://jsfiddle.net/LNwHV/1/
Browser support: http://caniuse.com/pointer-events (works everywhere except IE10 and older)
To support old versions of IE, you'll have to use JavaScript as a fallback.
1.4m articles
1.4m replys
5 comments
57.0k users