Any help would be much appreciated. If I can't get this to work we'll have to find another menu solution before doing our site redesign and I don't want to do that because I like this menu.

Thanks.
Mark
Just a quick note. Search-engine concerns are precisely why Milonic is working on list-based menus. I know it is an important project for Milonic, so stay tuned...Speednet wrote:By the way, if this list-based thing receives some good attention in the next release of the menu, it could allow developers to totally solve any search engine difficulties described here:
http://milonic.com/searchengines_milonic.php
That's because the search engines would easily see and crawl the <a> tags listed in the simple <ul> structures, yet the end-user would see the same great menus. A real win-win.
Code: Select all
<ul id="mm_myMenu1">
<li>
<a href="myLink">MyLink Text</a>
</li>
<li>
<a href="myLink2">MyLink2 Text</a>
</li>
</ul>
some html and page content...
<ul id="myMenu2">
<li>
<a href="myLink">MyLink Text</a>
</li>
<li>
<a href="myLink2">MyLink2 Text</a>
</li>
</ul>