[jQuery] Re: Opacity in IE

2008-10-07 Thread Greg G
Thanks for the help. I do have a Flash version but I wanted to use Javascript. I didn't think of making the .css call instead of reversing the animation. Outstanding! On Oct 6, 4:55 pm, ricardobeat [EMAIL PROTECTED] wrote: Honestly, you should be using flash for this stuff. You'll only get

[jQuery] Re: Opacity in IE

2008-10-07 Thread Greg G
And the answer is: Because I had a line in the animation color: #White which IE choked on but Firefox had no problem with. On Oct 6, 2:12 pm, Greg G [EMAIL PROTECTED] wrote: I have some animation I'm working on that works fine in Firefox but not in IE.  I have two issues: Part of the

[jQuery] Re: Opacity in IE

2008-10-06 Thread ricardobeat
Honestly, you should be using flash for this stuff. You'll only get headaches trying to do fancy animations like these in Javascript, your code has way too much calls. If you really really want to do this in JS you should give your .blowUp divs a position:relative in CSS and use something like