[jQuery] Re: Blur effect with jQuery ?

2008-10-02 Thread Rene Veerman
you can $(element).fadeOut, but is that what you are looking for? blur means many things. do you mean 'disable' with it? or just a visual blur? IE can do a visual, guassian blur on a div, but it's not supported in other browsers. [EMAIL PROTECTED] wrote: Hi, I can't find this effect in

[jQuery] Re: Blur effect with jQuery ?

2008-10-02 Thread Martin Möller
graphicsxp wrote: I can't find this effect in the API or in the plugins repository. Does anyone know if it's possible at all to blur a DIV using jQuery, or would I have to code this myself ? Nothing i know of. Only IE supports a BLUR Filter, but i advise against it. Except this Blur CSS