Currently the fx module converts everything to display block before
running an animation. This is probably the desired result, except for
when you are just doing an opacity animation. Perhaps you could try
$().fadeTo() instead of $().fadeIn() and $().fadeOut. If that doesn't
work for you then I would go ahead and log a new ticket:
http://jquery.com/dev/bugs/new/

--
Brandon Aaron


On 10/30/06, Chris W. Parker <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> I'm just beginning to play with jQuery and as well I'm a novice with js.
>
> I'm just doing some VERY simple tests right now and I ran into some
> unexpected behavior.
>
> The following HTML will render on the same line in your browser:
>
> <a class="one" href="...">...</a>
> <a class="two" href="...">...</a>
>
> But when I apply fadeIn() to either of those elements they (appear to) turn
> into block elements thus rendering them on separate lines.
>
> Is this to be expected?
>
>
>
> Thanks,
> Chris.
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to