It would help me and others if you provide your problem in context of
a real small example that you can provide in http://www.jsbin.com

Thanks

On May 25, 10:26 am, mooredynasty <marc.mo...@tamu.edu> wrote:
> My dialog modeled after Richard's examples displays and responds to buttons.
> Unfortunately it's always positioned at 0, 0 in the browser window.  Any
> ideas?
>
>         var $dialog = $('<div></div>')
>                 .html('my message')
>             .dialog({ autoOpen: false, title: 'my title', position:
> 'center', bgiframe: true
>             });
>
>         $dialog.dialog('option', 'buttons', buttons);
>         $dialog.dialog('option', 'position', "center");
>         $dialog.dialog("open");
> --
> View this message in 
> context:http://old.nabble.com/Change-dialog-buttons-tp21832180s27240p28671116...
> Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "jQuery UI" group.
> To post to this group, send email to jquery...@googlegroups.com.
> To unsubscribe from this group, send email to 
> jquery-ui+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/jquery-ui?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.

Reply via email to