That looks promising. Thanks! I’ll test it out.
It appears to me that the plugin assumes a structure that looks like:
<ul>
<li>
<a></a>
<ul>
</ul>
</li>
</ul>
In other words, the only tags inside an li are a and ul (if there is a submenu). I would like to replace the ul with a div, which in turn would contain a ul. But I might have multiple divs inside the parent div, so I could split the flyout into multiple columns. Is anything like this possible with SmartMenus? It seems like I got a JavaScript error when I tried anything besides a ul inside the li.
Thanks again for your help!