how to center jquery dialog with ui 1.8?
- by Jeremy
I'm having trouble getting the jquery ui 1.8 dialog to center
I've tried leaving the options default, and setting position: 'center'. When the dialog displayed, the browser window gets scrolled down to the centre of the page, and the dialog is positioned at the bottom left of the window.
This worked fine with jquery 1.3.2 and ui 1.7.2. Is there something new I need to do with this version?