Accordian

Accordian


Using the standard version of accordian how do I make the div height
auto - at present it is fixed at 362px (don't know where this height
is specified)??
I am using the following script
jQuery().ready(function(){
        // simple accordion
        jQuery('#list1a').accordion();
        jQuery('#list1b').accordion({
            autoheight: true
        });
    });