UI Accordion: IE 6 & 7 display issue...

UI Accordion: IE 6 & 7 display issue...


Hi, i use the accordion to divide a form in differents fieldsets, each
fieldset is each part of the accordion...
<form... >
<ul id="form">
<li>
<h2>Title of the fieldset</h2>
<fieldset>
<label>Text <input... ></label>
<label>Text <input... ></label>
<label>Text <input... ></label>
</fieldset>
</li>
<li>
<h2>Title of the fieldset</h2>
<fieldset>
<label>Text <input... ></label>
<label>Text <input... ></label>
<label>Text <input... ></label>
</fieldset>
</li>
<li>
<h2>Title of the fieldset</h2>
<fieldset>
<label>Text <input... ></label>
<label>Text <input... ></label>
<label>Text <input... ></label>
</fieldset>
</li>
</ul>
</form>
Of course i set the h2 as the header, in ff looks ok, but in both ie
looks with a horrrible vertical top/bottom padding inside each li....
i didnt found any solution for that through css... is something
related to a hidden ui accordion class ?
Thanx in advance...