Is it possible to both:
- drawing something over other elements in HTML
- do not capture mouse events (click, hover)
In IE8 (Actually, IE9@IE8 mode)? Maybe, VML or some tricky behavior.
In other browsers I can use box-shadow
, but both DropShadow
and Blur
filters for IE capture events. Is there any option?
I know, I could capture events and re-fire them, but there're still problems with mouseover
/mouseout
.