Posted by Richard Kavanagh
on 21.01.2007 23:40
Can someone help me ....

I am trying to get the example accordian demo working on my iste and 
just cant seem to get it right. It does not look like the JS is running 
( yes it is enabled on the browser ).

Any ideas : http://www.benbun.co.uk/test/

thanks
BBSB
Posted by Mohamad Fauzi
on 25.01.2007 07:33
Hi,

Change lines 59 - 62 (your script tags) to:

<SCRIPT type=text/javascript>
	window.onload = function accord(){ new Rico.Accordion(
'accordionExample', {panelHeight:227} ); }
</SCRIPT>

I just tried it and it works.

Regards,
Fauzi