click link below a higher z-index div [duplicate]

The CSS method to do this is 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.

Leave a Comment