1. copy cssmenu.tpl, rename it, then edit it, changing:
Code: Select all
{if $count > 0}
<div id="menuwrapper">
<ul id="primary-nav">
Code: Select all
{if $count > 0}
<div id="menuwrapper">
<ul id="navmenu">
Code: Select all
class="subitem"
class="separator"
class="subitem"
class="menuactive menuparent"
class="menuactive"
Code: Select all
{menu template='renamed.tpl'}
4. Add the IE Javascript link to the .js file you got from the site above into the HEAD of the template.
Code: Select all
{literal}
<!--[if gte IE 5.5]>
<__script__ language="JavaScript" src="/dhtml.js" type="text/JavaScript"></__script>
<![endif]-->
{/literal}
ADDED: http://wiki.cmsmadesimple.org/index.php ... nu_Manager