I'm having a little problem using the UI Accordion with the navigation
option opening the panel containing the current page.  The accordion
is working great except for this little bug.

I set up a quick demo at http://gvartwork.com/new so you can see what
is happening.

When navigating to one of the interior pages, like under
gvetchedintime - home, the current panel does not remain open.  I see
in firebug that the link is being given the "current" class but the
panel is not open.

Is it a problem with my HTML setup or with my accordion
initialization?

I'm using the following to initialize the accordion:

    $(function () {
        $('#left-nav').accordion({
            header: '.header',
            clearStyle: true,
            autoHeight: false,
            selectedClass: 'open',
            navigation: true,
            fillSpace: false
        });
    });

I'd really appreciate any help, as I'm completely stumped on this
one..

-Adam


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