[jQuery] Jumping Elements

[jQuery] Jumping Elements

Hi all
I've got a layout with the following:
<p id="container">
<a href="#"><img src="my.jpg" /></a>
<a href="#"><img src="my.jpg" /></a>

And here's my css:
p#container
{
position: relative;
width: 250px;
height: 250px;
text-align: center;
}
p#container a
{
position: absolute;
left: 0;
top: 0;
display: block;
width: 250px;
height: 250px;
vertical-align: middle;
line-height: 250px;
text-align: center;
}
p#container img
{
margin: auto;
}
This puts my images in the center of my "block" links. I'm then using
a slide method to hide one and show another - effectivly a slideshow
(which i'm developing as a plugin).
When my element slides/fades in, it jumps to the edge of the element
and back again on completion. I've only tested in FF, but its quite
annoying and I can't seem to get rid of it.
Can someone help me out with this?
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/