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/
