I want to make the background div transparent, so I used this css
-webkit-filter: blur(1px); -moz-filter: blur(1px); -ms-filter: blur(1px); -o-filter: blur(1px); filter: blur(1px);
also see this script: http://jsfiddle.net/LUy3W/
I want the div to be blurry, but the entire contents of this div is also blurry. How to make only blur the background div and make its contents visible like regular text?
any thoughts? please, help.
css3 blur
Raghavendra
source share