[jQuery] Re: jQuery UI dialog not behaving

2009-06-20 Thread Charlie
your dialog options need tuning $("#dialogue").dialog( { AutoOpen: false, /// should be autoOpen bgiframe: true, height: 400, width: 300, maxHeight: 10, /// 10?? maxWidth: 10, // 10? modal: true, resizable: true, buttons: { "Ok": function() {

[jQuery] Re: jQuery UI dialog not behaving

2009-06-19 Thread fredriley
Thanks for the reply, Charlie. Sorry I've not got back on it until now. On Jun 11, 10:32 pm, Charlie charlie...@gmail.com wrote: try taking the dialog constructor out of the click functions maybe load is firing before the dialog call is complete this seems to be the norm, not trying to build

[jQuery] Re: jQuery UI dialog not behaving

2009-06-19 Thread fredriley
Thanks for the reply, Charlie. Sorry I've not got back on it until now. On Jun 11, 10:32 pm, Charlie charlie...@gmail.com wrote: try taking the dialog constructor out of the click functions maybe load is firing before the dialog call is complete this seems to be the norm, not trying to build

[jQuery] Re: jQuery UI dialog not behaving

2009-06-11 Thread Charlie
try taking the dialog constructor out of the click functions maybe load is firing before the dialog call is complete this seems to be the norm, not trying to build it inside a click also first link doesn't validate on w3 validator, always worth checking validation when DOM weirdness occurs