This question already has an answer here:
- Gaussian Blur onHover Using jQuery 4 answers
Hej! I need some jQuery that blurs my fullscreen background image 1000px in the middle (so: margin: 0 auto; width: 1000px;).
Here's an example: http://imageshack.us/a/img443/4976/j7qj.jpg
I know that this is less a question - but I need some help, because my jQuery (or JS) knowledge is less than basic. Anyway, I hope someone can help me.
I'm using this for my fullscreen background image: bg { left: 0; min-height: 100%; min-width: 100%; position: fixed; top: 0; z-index: -1; }
You can use SVG filters, along with the webkit property, as well as a IE-specific filter for older versions of IE. Basically combine the powers of CSS3 + SVG filters. Yay!
Example: http://jsfiddle.net/3asZC/4/
CSS
HTML
For a center element, write a container that should look something like this:
Finally, you may want to consider using this polyfill for the best possible browser support.