[jQuery] Re: Possible bug in slideDown()?

2007-08-27 Thread Andy Matthews
Thanks Benjamin! I appreciate that. I took me a LOONG time to finally be
happy with that site.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Benjamin Sterling
Sent: Sunday, August 26, 2007 2:25 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Possible bug in slideDown()?


I don't have any help here, just wanted to say that is a really nice website
you've got there.


On 8/25/07, Andy Matthews   mailto:[EMAIL PROTECTED]
[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?






-- 
Benjamin Sterling 
http://www.KenzoMedia.com
http://www.KenzoHosting.com 


[jQuery] Re: Possible bug in slideDown()?

2007-08-27 Thread Benjamin Sterling
I know that feeling all to well. :)

On 8/27/07, Andy Matthews [EMAIL PROTECTED] wrote:

  Thanks Benjamin! I appreciate that. I took me a LOONG time to finally be
 happy with that site.

  --
 *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Benjamin Sterling
 *Sent:* Sunday, August 26, 2007 2:25 PM
 *To:* jquery-en@googlegroups.com
 *Subject:* [jQuery] Re: Possible bug in slideDown()?


  I don't have any help here, just wanted to say that is a really nice
 website you've got there.

 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?
 
 


 --
 Benjamin Sterling
 http://www.KenzoMedia.com http://www.kenzomedia.com/
 http://www.KenzoHosting.com http://www.kenzohosting.com/




-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com


[jQuery] Re: Possible bug in slideDown()?

2007-08-26 Thread Andy Matthews

I thought of that, but I can't do that either. It'll be variable width
due to the blog post. What I might end up doing is slideing that
element down, then getting it's height, then animating the parent
container. A bit of a kludge but if you've looked at it and don't have
any ideas, then there's probably not an answer.

On Aug 25, 10:35 pm, John Resig [EMAIL PROTECTED] wrote:
 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?- Hide quoted text -

 - Show quoted text -



[jQuery] Re: Possible bug in slideDown()?

2007-08-26 Thread Andy Matthews

That should have read that it would be variable height, not width.

On Aug 26, 8:33 am, Andy Matthews [EMAIL PROTECTED] wrote:
 I thought of that, but I can't do that either. It'll be variable width
 due to the blog post. What I might end up doing is slideing that
 element down, then getting it's height, then animating the parent
 container. A bit of a kludge but if you've looked at it and don't have
 any ideas, then there's probably not an answer.

 On Aug 25, 10:35 pm, John Resig [EMAIL PROTECTED] wrote:



  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?- Hide quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -



[jQuery] Re: Possible bug in slideDown()?

2007-08-26 Thread Benjamin Sterling
I don't have any help here, just wanted to say that is a really nice website
you've got there.

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?




-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com


[jQuery] Re: Possible bug in slideDown()?

2007-08-25 Thread John Resig

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?