Hi, I can't figure it out how to increase accordion height. How can I change that vertical height? Thanks, Eduardo Luis
on 11.04.2007 15:00
on 13.07.2007 03:52
Forgive me if I am no understanding the question but you set the
accordion height on the init of the object with the onload call ... ex
panelHeight: "180"
function accord() {
new Rico.Accordion( $('accordionNav'), {onLoadShowTab: 1,
expandedTextColor:"98CFC2", collapsedTextColor:"FFFFFF",
hoverTextColor:"6DAFD1", panelHeight:"180"} );
}
However if you are trying to set each individual content panel to it'
sown dynamic size .. well .. that's a different story & I am working on
just that now ...
Cheers,
Mark


