handemmet
10-21-2009, 10:18 AM
Script: Accordion Menu script
http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm
Hi
I have the example script below on a few pages. My problem is when I click the "Home Page" from the "News" section, the "News" submenu is still expanded on the "Home Page". I have a javascript in there but its not working.
Can anybody help me please?? Thanks in advance.
<a class="menuitem" href="index.html?ddaccordion.collapseall('menuitem')">Home Page</a>
<a class="menuitem submenuheader" href="">News</a>
<div class="submenu">
<ul>
<li><a href="index.html">News Story 01</a></li>
<li><a href="index.html">News Story 02</a></li>
<li><a href="index.html">News Story 03</a></li>
<li><a href="index.html">News Story 04</a></li>
<li><a href="index.html">News Story 05</a></li>
</ul>
</div>
http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm
Hi
I have the example script below on a few pages. My problem is when I click the "Home Page" from the "News" section, the "News" submenu is still expanded on the "Home Page". I have a javascript in there but its not working.
Can anybody help me please?? Thanks in advance.
<a class="menuitem" href="index.html?ddaccordion.collapseall('menuitem')">Home Page</a>
<a class="menuitem submenuheader" href="">News</a>
<div class="submenu">
<ul>
<li><a href="index.html">News Story 01</a></li>
<li><a href="index.html">News Story 02</a></li>
<li><a href="index.html">News Story 03</a></li>
<li><a href="index.html">News Story 04</a></li>
<li><a href="index.html">News Story 05</a></li>
</ul>
</div>