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
apply css into your #dialog-form use % sample
if width = 1000
put
left:50% margin-left:-500px;
to make it centered. or you can use iframe.