When worse comes to worse, apply a fixed width to the element that you're sliding down - sometimes that can fix sticky issues like this.
--John On 8/25/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > I just added comments to my blog: > http://www.andyandjaime.com/ > > When the user submits, it posts to my processing page and sends back a > string, which I then display inline. I put the comment there, then use > slideDown() to show it. > > When slideDown() occurs, the form used to post the comment also slides > down (as you would expect). But the submit button slides down below > the bottom of the container element. Does anyone know why this is > happening? > >