I am using JQuery UI and would like to position my dialog horizontally centered but vertically above center, maybe by a fixed amount of pixels or a relative distance from th
Try this:
position: { my: 'top', at: 'top', of: $('#some-div') },