[jQuery] Re: Dialog box that auto expands depending on content

2008-10-29 Thread ryanhavoc
I've fixed it. Set a line of jQuery to set the height to auto for ui- dialog-content. Wouldn't work through just CSS. Cheers On Oct 29, 12:01 pm, ryanhavoc <[EMAIL PROTECTED]> wrote: > Yeah the jQuery UI Dialog plugin. > > On Oct 29, 11:43 am, Ettiene <[EMAIL PROTECTED]> wrote: > > > Well I see

[jQuery] Re: Dialog box that auto expands depending on content

2008-10-29 Thread ryanhavoc
Yeah the jQuery UI Dialog plugin. On Oct 29, 11:43 am, Ettiene <[EMAIL PROTECTED]> wrote: > Well I see in Firefox (using Firebug) that if you set class="dialog_box ui-dialog-content" ...> to have height: auto  then > it'll expand as the content in the dialog expands. > You using a Jquery UI dial

[jQuery] Re: Dialog box that auto expands depending on content

2008-10-29 Thread Ettiene
Well I see in Firefox (using Firebug) that if you set to have height: auto then it'll expand as the content in the dialog expands. You using a Jquery UI dialog plugin? Ettiene On Oct 29, 12:51 pm, ryanhavoc <[EMAIL PROTECTED]> wrote: > I have a form that I pull into a dialog box. I've set the