Using the SP js function that launches a jquery dialog popup and am having trouble with positioning.
spjDialogHtml(e, content, title, width, height, position)
where position is ‘center’ works great for centering in the window from left to right. But if the sucky wp admin bar is used, the top part of the dialog (draggable part) can be buried under the wp admin bar. Is there some sort of offset from the top that can be specified to prevent this?