I’m using JavaScript with HTML and I have a page that includes multiple iframes. I want to be able to blur some of these iframse (not hide then) so that users can see what is inside these frames but cannot click on them or type in them.
Is there a way to do this?
Something like this may be what you want: http://jsfiddle.net/Paulpro/xcWcn/1/
HTML:
CSS: