I am using the new jQuery 1.3.2 and jQuery-ui-1.7 libraries along with the UI Dialog. I have a div tag with several form elements (textbox, checkbox, etc.) in it. Upon pag
I came across the same problem too. Yes, by not specifying the height, IE does resize the dialog box and shows its contents. However, I don't want the modal dialog box to keep growing as the contents get longer. The ideal would be to display the dialog box with the specified height and the users can view the contents by using the scroll bar. This works perfectly in FireFox. Does anyone have a solution for IE?