Hodicska Gergely schrieb: > As far as I can see, this is because > invoking the effect changes the display style of my element to "block". > My question is, is this the intended/desired behaviour or should this be > considered a bug? Is there maybe a way to circumvent this changing of > the display style? > This is a necessary limitation. A possible workaround is to put the inline element inside a block element, and animate the wrapper instead of the element itself. It depends heavily on your usecase if this would work, but it's worth a try.
-- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
