This may be due to my ignorance but when using jQuery UI dialog boxes, how do I ensure that the dialog box moves in relation to the way the browser gets scrolled horizontally and vertically. We have an application that has a lot of horizontal text boxes on it and to see them all, a user would have to scroll horizontally. If no scrolling occurs, the inital textbox is displayed fine but if you scroll the browser horizontally, the dialog box is off its desired location by that same amount of horizontal scrolling. Do I need to set some relative window positioning for the UI dialog and if so, how would I do this?
Thank you, M