jQuery UI Dialog Issue With IE

后端 未结 6 1342
陌清茗
陌清茗 2020-12-24 02:03

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

6条回答
  •  失恋的感觉
    2020-12-24 02:50

    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?

提交回复
热议问题