[EMAIL PROTECTED] wrote:
> Hi,
>
> The Dialog component doesn't seem to work in IE 6 if I don't specify a
> class name for the div. If I set class="flora" then it works.
> Otherwise I get an exception in main jQuery file. I'm using the min
> file so it's hard to see exactely what the error is but it's related
> to the height parameter.
>   
Configure your code so that it's easy to switch between versions of 
plugins; between compressed and uncompressed. It really helps to cut 
down headache-time..


> Error is on :
>
> if(set)elem[name]=value
>
> where name="height" and value=NaNpx
>   
it's trying to set height to Not a Number (NaN) + 'px'.
but this doesnt tell us which element in the skin is setup badly..
> I'm using the jquery-ui-themeroller skin so my guess is that it lacks
> something that the flora css has.
>
> Can someone help ?
>   
Re-examine the stacktrace (by putting a 'debugger;' statement just 
before the crashpoint in uncompressed source?
That would help to find out which element is behaving badly.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to