Is there a way to achieve an inset box shadow on elements like an iframe without blocking clicks on the element itself? The common strategy of overlaying a div over the iframe achieves the desired visual effect but unfortunately hinders interaction with the iframe.
Example: http://jsfiddle.net/YqXPg/
Is there a technique to create an inset shadow as a framing effect?