On Oct 30, 8:15 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > > Try changing your block call to something like this:
>
> > > var $holder = $('#sendToFriendHolder');
> > > if ($.browser.msie)
> > >     $holder[0].style.removeAttribute('filter');
> > > $holder.block({
> > >    // block options here
>
> > > });
>
> > Thank you :)
> > It works great !!!!
>
> > So... and what cause this problem ??? anyway ....
>
> IE has issues when clearType is enabled and opacity fades are used.
> Removing the filter fixes the problem.

Thank you again mike :) great work

Reply via email to