I have a jquery dialog box that is mean't to position in the middle, however it seems slightly off center vertically. Here is the code:
$(\'#add_box\').dialog({
autoOpen: true',
width: 300,
modal: true,
resizable: false,
bgiframe:true
});
Any ideas why this won't center?