Hi guys,
I'm having trouble getting this CSS to work on my form in IE11. It works fine in Chrome but our corporate standard is IE (yay).
I'm using this CSS:
.NoPointer {
pointer-events:none;
}
I'm using it on the icon (image) and text label sitting above my button. I want the whole area to be clickable, but currently the text and image are interfering with that. Any ideas why this wouldn't be working in IE11 when it is supposedly supported?
http://caniuse.com/#feat=pointer-events
Thanks