I have no help but perhaps to add a tiny bit of momentum to the issue,
I'm experiencing the same thing with the markup and options below.
I'll keep playing around and post back if I find a work-around.

$("#calculator .accordian").accordion({
        autoHeight: false,
        fillSpace: false,
        change: function(e, ui) { $("#type").val(ui.newHeader.text()); }
});

<div class="accordian">
        <a href="#">Interest</a>
        <div>
                <p><label for="due">Tax Due:</label><input id="due" name="due"
type="text" value="" /></p>
                <p><label for="start-on">From:</label>
                        <input id="start-on" name="start-on" type="text" 
value="" /> until
                        <input id="end-on" name="end-on" type="text" value="" />
                        <div class="field-note">start and end dates</div>
                </p>
        </div>
        <a href="#">Penalty</a>
        <div>   coming soon</div>
</div>


On Jun 4, 1:51 pm, banacan <[email protected]> wrote:
> The content contained inside my accordion panels is not visible in
> IE6.

--~--~---------~--~----~------------~-------~--~----~
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