Hi, I've been using ARI Ext menu on several occasions and I'm generally quite happy with it. But now I've run into a mystery:
The ul for my roll down submenu is not in the place where I want it to be: there's a vertical gap between the parent item and the sub menu. Using Firebug I found out that there is a style applied to the ul:
Code: |
<ul class="ux-menu-sub " style="width: 79px; left: 0px; top: 25px; visibility: visible; " id="ext-gen19">
|
But when viewing the html source code this style declaration is not shown. Nor can I find the source of this style declaration in the css or in the module parameters.
I really do not know where to look next...
Cheers, Frits