Hi All,
I've installed Nate Welch's DynaMenu module, a very cool main menu interface.
I'm having problems with the sub-category menu links. When any of my menus
are below the top level (level 2,3, etc) the sub-menus are underneath the
top levels. For example when showing the News page if I hover over the
submenu links only part of the menu is visible underneath the News page.
Almost as if there is a div pushing the z-level down for this menu.
The submenu is displayed partially underneath the menu and partially
under the center frame.
The manual indicates this can be a problem with some forms and provides
a workaround. I have this problem on every page .. even static content
pages from htmlpage module.
I have included the GLOBALS command for my theme right at the bottom
of master.htm.
<!--
[php
]-->
echo $GLOBALS['dmfooter'] ;
<!--
[/php
]-->
Viewing source of a rendered page shows the following comment right before the
closing '' tag.
<!--
end of menu footer - PHP Layers Menu
3.2.0-rc
(C
) 2001-2004 Marco Pratesi - http:
//www.marcopratesi.it/ -->
The dynamenu.css code was appended to style.css and styleNN.css. I've also added
the div envelope around an
htmlpages static page as in ''.
I've set the $GLOBALS['dm_include_seethroughjs']=1 in includes/blocks/dynamenu.php.
I've read the docs several times and cannot get my menus on top of my web pages. Any
help or ideas is welcome.
TIA, PD