Is there anyway to blur an image with CSS, specially for backgrounds?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
Yes, there is.
To see the detailed tutorial click here EDIT:
|
|||||||
|
|
Yes there is the way of blur images by the filter, you can read more about them here in the link. BUT they do not work properly for all browsers yet! And I didn't find a way to make them work for the background image. |
||||
|
|
|
This is not possible through CSS. You have to process the image using a server-side language and generate a blurry one and then use it in the CSS backgrounds. |
|||||||||||
|

text-shadow. I'm not sure if that's what I would recommend, though... – Cody Gray Apr 15 '12 at 11:41