Hi...
I want my accordion to slide open to the adjusted height for each of
the sub elements. Instead, the first time through, the accordion
slides open to the tallest height (as if autoHeight were set) and then
snaps to the proper height for those elements. How can I have it
adjust the height for each list accordingly without it first expanding
out?
jQuery('#navigation').accordion({
active: false,
header: '.head',
navigation: true,
event: 'mouseover',
clearStyle: true,
animated: 'easeslide'
});
I tried it out with autoHeight: false as well but no luck. Thank you
in advance for any help with this.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---