Dialog doesn't work in IE 6 and themeroller.css

Dialog doesn't work in IE 6 and themeroller.css


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.
Error is on :
if(set)elem[name]=value
where name="height" and value=NaNpx
I'm using the jquery-ui-themeroller skin so my guess is that it lacks
something that the flora css has.
Can someone help ?