I'm interested in putting an inset box shadow on something like an iframe. While the strategy of overlaying a div over the iframe gives the expected visual display, the div subsequently blocks clicks on the iframe itself.
Sample: http://jsfiddle.net/YqXPg/
So is there a way to pull off the inset shadow as a "framing" effect?
以上就是How to make an element transparent to clicks but still visible?的详细内容,更多请关注web前端其它相关文章!