Disable mouse events with CSS 3
With CSS 3 it's possible to disable mouse events with
#elmt {
pointer-events : none;
}
So like this we can target an element under another.
Written by kewah
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css3
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#