Page 1 of 1

Horizontal menu with Dropdown - used to be PHPLayers

Posted: Tue Mar 27, 2007 9:23 am
by Chris
Hi All,

I've worked with the old PHP layers menu. Which works very well, the new version doesn't have PHPlayers so for the menu I use CSSMenu.tpl. But I can't get this menu to fold in and out when I move over it. It's just collapsed or it isn't.

Propebly this is just I stupit mistake I'm making but I've spend hours on it and can't find it.

in the Head





Navigation

     
     
        Navigation
        {cms_module module='menumanager' template='cssmenu.tpl' collapse='0' number_of_levels='2'}
       
     
     

Thank in advance

Re: Horizontal menu with Dropdown - used to be PHPLayers

Posted: Tue Mar 27, 2007 10:01 am
by RonnyK
Did, you change the CSS-attached to "Navigation: CSSMenu - Horizontal".

What if you just call it like

Code: Select all

{menu template='cssmenu.tpl'}
Ronny