Is it possible to pass mouse clicks through an overlaying element: -
<div style="z-index: 100; background: url('../images/rain.24.png'); width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0;"> </div>
...pass mouse clicks beneath it to underlaying elements (e.g. a web page with images, links, etc)?
Thinking of another way to word this... Is there any way of creating a purely aesthetic overlay/layer in HTML(5), CSS(3) and/or JavaScript/jQuery?
Thanks in advance, and sorry if this question isn't too clear.
Peace.