All the ways of making a overlying div
with frosted glass effect, usually can only do this based on an image background (such as http://www.blurjs.com/).
What I want to do is have a floating div
(position:fixed
) which will implement a frosted glass effect over whatever content is underneath, be it an image, text, video, etc..
Is this at all possible using any combination of jQuery/JavaScript/HTML/CSS ?
The only solution I've found so far is this one:
http://abduzeedo.com/ios7-frosted-glass-effect-html-5-and-javascript
Problem with this one is that its very slow as it waits for the page to render first before doing its magic so wont really work well on a high traffic site.