[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

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

2008-10-27 Thread asiarlis
I use blogUi plug in for a long time know and everything works fine. Excellent job. 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 Intern

[jQuery] jQuery animate function + IE

2008-09-25 Thread weidc
Hi, I got some buttons to show the prev/next image or to close it 'cause it is allready big, in front of the others and draggable. This code works in every browser except for IE. IE doesn't go through the function of animate(). so he doesn't remove the div and the first image doesn't get visible

[jQuery] Animate function. Once I animate how do I er.... de... animate

2008-02-13 Thread somedude
Ok sorry about the title, don't know what to say. I have a site for a client, and when you click a certain div it animates with a marginTop -=300px like effect so the div is just visible sliding in behind another div. Now, if the user clicks the div again it will do the same and go up by 300px.

[jQuery] animate function

2007-08-16 Thread [EMAIL PROTECTED]
hi, I was to use the function "animate (params, speed, easing, callback)", and have a problem, using jQuery 1.1.3.1, in the "Internet explorer" does not work, but using the version jQuery 1.1.2 already works well... is error of jquery or will be error mine?