Warning: Please include a link to the DD script in question in your post, in this case: http://www.dynamicdrive.com/dynamici...daccordion.htm. See this thread for the proper posting format when asking a question.
Your URL doesn't work for me. Regarding your question, if a top level link has no sub menus, then just make sure it's not part of an accordion contents group (specified using a shared CSS class name). For example, there are two headers below, the first one not part of the group:
Code:
<h3>Dogs</h3>
<h3 class="mypets">Cats</h3>
<div class="thepet">
The Cat, also known as the Domestic Cat or House Cat to distinguish it from other felines, is a small carnivorous species of crepuscular mammal that is often valued by humans for its companionship and its ability to hunt vermin. It has been associated with humans for at least 9,500 years.
</div>
Bookmarks