[jQuery] Re: Dialog Box Too Small

2008-09-18 Thread Richard D. Worth
The dialog plugin has width and height options: $("#myEl").dialog({ width: 500, height: 730 }); If you want to change either after init, you can do so by $("#myEl").data("width.dialog", 600).data("height.dialog", 700); - Richard On Thu, Sep 18, 2008 at 3:07 PM, Brad M <[EMAIL PROTECTED]> w

[jQuery] Re: Dialog Box Too Small

2008-09-18 Thread MorningZ
Well, the object isn't going to take on the width/height of the background Have you tried to explicitly set width and height right there in your CSS?