I have a jQuery dialog box that is meant to position in the middle of the screen. However, it seems slightly off-center vertically.
Here is the code:
to position the dialog in the center of the screen :
$('#my-selector').parent().position({ my: "center", at: "center", of: window });