hi all,
i'm experiencing problems with the jQuery dialog under IE8:
i'm first initializing the dialog, then change its height through the options:
div.dialog("option",{"height":y});
under firefox, anything is nice, but under IE the box is missing some height (about 50px), so i'm getting ugly vertical scrollbars. any ideas what could be wrong?
thx