Dialog width does not work in FireFox
Posted
by coffeeaddict
on Stack Overflow
See other posts from Stack Overflow
or by coffeeaddict
Published on 2010-04-13T20:05:26Z
Indexed on
2010/04/13
20:53 UTC
Read the original article
Hit count: 358
jquery-ui
I do not understand why the dialog will not work for width in Firefox (latest version) but will in IE (latest version):
dialogDiv.dialog
(
{
resizable: resizable,
width: width,
height: height,
bgiframe: true,
modal: true,
autoOpen: false,
show: 'blind'
}
)
No, it's not in a table..it's all tableless and I see it working fine in IE for width.
© Stack Overflow or respective owner