accordion

accordion


I can't seem to get the autoHeight turned off. Can anyone tell me
what I'm doing wrong? I have the following:
$('#navigation').accordion({
active: false,
header: '.head',
navigation: true,
event: 'mouseover',
fillSpace: false,
autoHeight: false
});