With only CSS, is it possible to trigger :hover and click events underneath an element?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-04-20T19:52:24Z
Indexed on
2010/04/20
21:23 UTC
Read the original article
Hit count: 240
I have a semi-transparent PNG as a background image for a div that that I'm placing over some links. As a result, the links aren't clickable. Is there a way I can hover and click "through" the div that's on top? (BTW, to position to foreground div I'm using absolute positioning and z-index.)
Thanks! Mike
© Stack Overflow or respective owner