Forums

Products - English => NeoMenu => Topic started by: chris parker on December 17, 2006, 06:55:49 AM



Title: NeoMenu does not work
Post by: chris parker on December 17, 2006, 06:55:49 AM
Hello there. I have installed Neomenu on my site but it does not seem to work.

I have a CSS suffix applied to my mainlevel navigation for the horizontal top menu. When I put this suffix (-nav) into the Neomenu module it does not place it correctly in the code.
I want this: class="mainlevel-nav" but Neomenu does this: class="moduletable-nav"

 >:(

This stops my menu being displayed properly! 


Title: Re : NeoMenu does not work
Post by: Nicolas on January 03, 2007, 02:22:28 PM
Hello,

In CSS you can obtain your page-setting individualized even if there is only one suffix on the moduletable.
Use the overlapping selectors like this :

Code:
div.moduletable-nav li {

}

You can also modify PHP code of the module to obtain returned which you wish.

 :)