I'm attempting to write a new type of interactive widget and have run into a problem. This widget uses various backgrounds for the different states within it and when a user changes from one state to another, the requested interaction should be to fade out the existing background while the new one fades in.
I've got this working great in Firefox, but, as always, IE is giving me fits. It seems to ignore the fadeOut function and just removes the element altogether before fading in the new. I'm sure there's something I'm missing here, but I can't seem to find it (too close to the project). You can see a working example at the address below. http://216.120.230.80/~rieekan/homeActionTrayV1.html Any help is most appreciated! - George