An IE 6 bugs with the accordion Widget.

I have the following JS:

$("#archive").accordion(
        {
                collapsible: true
                ,
                active: false
                ,
                autoHeight: false
        }
);


and the HTML

<div id="archive">
 <h3><a href="#">Browse Archive</a></h3>
<div id="archive-list">
**** the content here ***
</div>
</div>

When I use autoHeight: false the content is not visible, however  if I
don't use this option everything is fine.

I can live without the autoHeight but would be nice it worked and took
less space on screen.

Regards,

Azizur

On Mar 23, 1:51 pm, "Richard D. Worth" <[email protected]> wrote:
> blog post:http://blog.jqueryui.com/2009/03/jquery-ui-171/
>
> changelog:http://jqueryui.com/docs/Changelog/1.7.1
>
> - Richard
>
> Richard D. Worth
> jQuery UI Release Manager
--~--~---------~--~----~------------~-------~--~----~
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