SlideToggle and IE

SlideToggle and IE

Hi!

Im using slideToggle on a div to show / hide the silverlight object it contains.

there is a visual glitch when it hides the object, just before it's completly hidden is show the entire content of the div for a millisecond.

Is there a way around this?

is use code:
 $('#dragContent').slideToggle('fast');

thanks!