Hello,
I also have the problem, that a sub menu isn't visible on a site.
I have the impression, that is has something to do with the "ux-menu-init-hidden".
Code: |
<ul class="ux-menu-sub ux-menu-init-hidden">
<li class=" ux-menu-item-level-1 ux-menu-item172">
<a href="/link1.html" class=" ux-menu-link-level-1" title="">
link1 </a>
</li>
<li class=" ux-menu-item-level-1 ux-menu-item112">
<a href="/link21.html" class=" ux-menu-link-level-1" title="">
link2 </a>
</li>
<li class=" ux-menu-item-level-1 ux-menu-item108">
<a href="/link3.html" class=" ux-menu-link-level-1 ux-menu-link-last" title="">
link3 </a>
</li>
</ul>
|
Unfortunately I cannot access the template, so I have to deal with the possibilities given in the ARI Ext Menu.
The code you see in the css-styles textfield was a try to make the submenu visible.
I could send you a link to the site.