Re: [jQuery] Re: Animate forces display:block?

2009-10-29 Thread waseem sabjee
why don't you put a div wrap around those input elements and animate their wraps ? On Thu, Oct 29, 2009 at 8:56 PM, Justin Meyer wrote: > I am animating input elements and have the same problem. > > On Oct 21, 8:56 am, Karl Swedberg wrote: > > Try setting the width of a non-floated element that

[jQuery] Re: Animate forces display:block?

2009-10-29 Thread Justin Meyer
I am animating input elements and have the same problem. On Oct 21, 8:56 am, Karl Swedberg wrote: > Try setting the width of a non-floated element that has display:   > inline with CSS and see what you get. I haven't been able to change   > the width of a non-floated, inline element with CSS, so

[jQuery] Re: Animate forces display:block?

2009-10-21 Thread Karl Swedberg
Try setting the width of a non-floated element that has display: inline with CSS and see what you get. I haven't been able to change the width of a non-floated, inline element with CSS, so I don't imagine it can be done with JavaScript either. waseem's suggestion is probably your best bet

[jQuery] Re: Animate forces display:block?

2009-10-21 Thread waseem sabjee
would it be possible for you to use a float instead of display inline ? On Wed, Oct 21, 2009 at 6:33 AM, Jared N wrote: > > Hi all, > > I'm trying to animate the width of a box, but I'm noticing that during > the animation jQuery is setting the element's display property to > 'block' (which is n