When using hide and show methods they have to set the display to block
for the height and width animations to work. The fadeIn is a different
story and is being worked on and hopefully something will be ready in
the near future. In the mean time ... try adjusting the markup+css to
accommodate a display: block element.
Of course you could always create a simple custom animation if it was
necessary. Just use a setInterval or setTimeout and call
css('opacity', num)
--
Brandon Aaron
On 2/6/07, Jon Ege Ronnenberg <[EMAIL PROTECTED]> wrote:
> When using hide(), show, fadeIn() etc. jQuery make the elements
> display:block, while I'm sure there is a good reason for this I wonder is
> there anyway to get jQuery to set them as display:inline?
>
> Regards, Jon.
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/