I use bootstrap modal plugin. But modal dialog is not shown in center. Why? my mistake?
http://dl.dropbox.com/u/573972/stackoverflow/bootstrap/modal.html
Did you try:
$( "#login" ).dialog({ modal: true });
Ref: http://jqueryui.com//demos/dialog/modal.html