I'm working with a jQuery dialog that contains a form. In ie6, there are a couple unexplained inches of padding above the form. When I eliminate the form from the markup, the most serious layout problems go away. I've tried it with no theme (default), Flora, and my themeroller theme and they all seem to have the same problem.
I've tried making various adjustments to the dialog CSS, but nothing seems to have any effect, and a good amount of inline CSS is written when the dialog is created anyway that prevents any other styles from applying.
I've tried setting css properties on the form itself such as floating, eliminating margins and padding, displaying inline, etc but as long as the form's there, there is extra spacing. Has anyone been able to find a workaround for this? I'd rather not hack it and have form controls with no form tag.
Thanks.