Just copying the info here to keep things together... I posted it on the other thread too so feel free to delete that one once you've read it.
This demonstrates the problem ddadmin: http://fofwebdesign.co.uk/template/_...smenu/demo.htm
Top-level menu markup provided by the generator is different to the standard menu and looks like this;
Code:
<div id="ddtopmenubar" class="ubercolortabs">
<ul>
<li><a href="http://www.dynamicdrive.com"><span>Home</span></a></li>
<li><a href="http://www.dynamicdrive.com/new.htm" rel="ddsubmenu1"><span>DHTML</span></a></li>
<li><a href="http://www.dynamicdrive.com/style/" rel="ddsubmenu2"><span>CSS</span></a></li>
<li><a href="http://www.dynamicdrive.com/forums/"><span>Forums</span></a></li>
<li><a href="http://tools.dynamicdrive.com/" rel="ddsubmenu3"><span>Web Tools</span></a></li>
</ul>
</div>
1. Reduce the browser width to trigger the mobile menu.
2. Click on any of the top-level headings that have subs (DHTML, CSS and Web Tools)
3. The first line (the title) says "< null"
This only happens on the first sub-level (because of the extra span in the markup). Deeper sub-menus carry the correct title.
Tested in IE11 and Chrome (same issue)
Bookmarks