[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-30 Thread asiarlis
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 her

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-30 Thread Mike Alsup
> > 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 ca

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-30 Thread asiarlis
On Oct 29, 11:42 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Wrong link ...http://www.britishschool.edu.gr/newsView.php?newsId=4 > > Try changing your block call to something like this: > > var $holder = $('#sendToFriendHolder'); > if ($.browser.msie) >     $holder[0].style.removeAttribute('fi

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-29 Thread Mike Alsup
> Wrong link ...http://www.britishschool.edu.gr/newsView.php?newsId=4 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 });

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-29 Thread asiarlis
On Oct 29, 2:19 pm, asiarlis <[EMAIL PROTECTED]> wrote: > On Oct 29, 1:32 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > > > Recently i decide to use theanimatefunction ofjQueryto pop up an > > > absolute position it window that holds form data. The problem is that > > > when i use theanimatefunc

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-29 Thread asiarlis
On Oct 29, 1:32 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Recently i decide to use the animate function of jQuery to pop up an > > absolute position it window that holds form data. The problem is that > > when i use the animate function to pop up the window the blockUi in > > Internet explor

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-29 Thread asiarlis
On Oct 29, 1:32 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Recently i decide to use theanimatefunction ofjQueryto pop up an > > absolute position it window that holds form data. The problem is that > > when i use theanimatefunction to pop up the window the blockUi in > > Internet explorer 7 c

[jQuery] Re: blockUi and Jquery animate function problem (IE7 of course)

2008-10-28 Thread Mike Alsup
> Recently i decide to use the animate function of jQuery to pop up an > absolute position it window that holds form data. The problem is that > when i use the animate function to pop up the window the blockUi in > Internet explorer 7 cannot handle oppacity and cannot display the > loader. Just wh