[jQuery] fade*() Effects and Element Layout

[jQuery] fade*() Effects and Element Layout

I'd like to have a few <img> elements fade in at differing intervals for
a "splash page".
The <img> elements are added to a <div>, and appear properly
horizontally aligned when left untouched. Upon calling a fade[To||In]
effect on the images, they become displaced to the left and vertically
oriented. I have tried (some) different CSS styling attempts to stop
this behaviour (display: inline; position: relative; etc), and have only
come up with a workaround via floating the <img> elements. I assume this
has to do with fade[To||In]'s call to show() ?
If anyone could offer me an explanation on why they're loosing layout &
displayed vertically, I'd be grateful.
The demo page can be seen @ http://www.iceburg.net/iceburg/fadeDemo.php
For reference, I'm using jQuery 1.0a rev 133.
Thanks,
~ Brice
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/