[jQuery] Opacity in IE
[jQuery] Opacity in IE
I have some animation I'm working on that works fine in Firefox but
not in IE. I have two issues:
Part of the animation is fading out an element. I want to integrate
this with the animate function and not use the fade out option. I've
tried using filter : "alpha(opacity..." but that didn't help.
The callback function, which essentialy resets the animation behind
the scene, doesn't work.
I figure a URL would be better than me putting in code. Plus, I can't
remember if I need to wrap my code in order to post it.
http://www.silverchild.com/menuwidget/blowup.html
Thank you in advance for everyones help.