2

Possible Duplicate:
Click through a DIV to underlying elements

I want to apply a radial CSS gradient over the whole of a webpage without blocking user interaction. The user needs to interact with the page via mouse-over events on elements underneath the gradient. Any way to do this?

Cheers

4
  • Your question is not really clear. Could you specify more clearly what you actually want? What is meant exactly by gradient, a CSS gradient? And where do the mouse-over events occur on? Commented Nov 30, 2012 at 7:15
  • @wnstnsmth I understand the question very well. If you just add an extra element to form the gradient overlay, it will consume all mouse events as well. Commented Nov 30, 2012 at 7:20
  • Thanks Jan! That's what I wanted. Commented Nov 30, 2012 at 7:24
  • caniuse.com/pointer-events Commented Nov 30, 2012 at 7:29

0