tags:

views:

46

answers:

1

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.

+1  A: 

I was able to replicate the problem by puting the width and height in as a string rather and in integer in one of my ui dialogs so I would suggest checking that

mcgrailm
That's what I'm trying to tell u it needs to be integer
mcgrailm