[jQuery] Animate forces display:block?

[jQuery] Animate forces display:block?


Hi all,
I'm trying to animate the width of a box, but I'm noticing that during
the animation jQuery is setting the element's display property to
'block' (which is not what I want, I want 'inline'). At the completion
of the animation it resets it to the desired setting. I've tried over-
riding this behavior by including display:'inline' as one of the
animation parameters, but no dice. Any other ideas? Is this supposed
to happen or is it a bug?
Thanks,
Jared