dialog ui content width issue

dialog ui content width issue


Hi,
I have been trying to use the dialog ui, but it keeps going wrong.
I test on:
* ie 6
* ff2, ff3
doctypes:
* strict xhtml
* transitional
* none at all
I am using the latest svn. Just updated today.
I have used:
* Flora
* Theme roller themes (dots).
* No theme at all
Part1:
Problem: all the content of the dialog is squashed to the left in a
long column.
Diagnosis: In the html I see a style that's added after I call open()
on the dialog:- style="width: 1px". Here is a copy:
<div title="Demonstration only" id="aftersubmitorder" class="ui-dialog-
content" style="width: 1px;">
    No matter what goes here - it's all squashed up.
</div>
Can anyone clue me in? I have had to rip-out a bunch of dialogs and go
with my own show/hide div code because of this.
Part2:
Internet Explorer 6 (under wine) makes a mash of the title bar and the
close button. Does anyone have some tips?
Many thanks,
\d