[jquery-ui] Re: Change dialog height

2009-08-04 Thread Scott González
On Aug 4, 3:47 am, Daniel wrote: > Hi, > > Thanks for your answer, it seems the dialog height works with 'auto' > height value. > If I get it right, the specified height in absolute units (pixels) > means if the loaded element (via Ajax) is higher then dialog window, > there are the scroolbars. W

[jquery-ui] Re: Change dialog height

2009-08-04 Thread Daniel
Hi, Thanks for your answer, it seems the dialog height works with 'auto' height value. If I get it right, the specified height in absolute units (pixels) means if the loaded element (via Ajax) is higher then dialog window, there are the scroolbars. When the height is not specified, the dialog hei

[jquery-ui] Re: Change dialog height

2009-08-01 Thread Scott González
The original element should change height with the generated wrapper automatically. Which version of jQuery UI are you using, which browser, and what doctype? Also, you can set the height to 'auto' to have it adjust as content changes. On Jul 31, 4:43 am, Daniel wrote: > Hi, I have an instanc