マウスオーバーでメニューが開いてタイトルにリンクが使えるアコーディオンはこちら!
jQuery('#navigation').accordion({ active:false, //最初に開くメニュー autoHeight: false, //高さ可変 header:'.head', //HTMLのこのメニューのタイトル部分に付ける「a class="head"」 navigation:true, event:'mouseover', //マウスオーバー animated:'easeslide' });
参考:
http://jquery.bassistance.de/accordion/demo/?p=1.1.1
「Navigation - Unordered List with anchors and nested lists」のところ
合わせて読んで→過去記事「アコーディオン jquery/UI/Accordion」
http://ameblo.jp/web-worker/entry-11109422422.html