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:
I had the same problem, which was fixed when I entered a height for the dialog:
$("#dialog").dialog({ height: 500, width: 800 });