I have a button on top of a div with image background, I need buttons background to be transparent with blur effect - like in iOS7.
I know there's a css property filter:blur(2px) - is it possible to use it on buttons background only?
If not CSS, maybe there are any other solutions? js?