Page 1 of 1

help with drop down menu

Posted: Fri Feb 12, 2010 3:24 pm
by toolman
Hi there,

I am having truble creating a drop down menu.

I currently have my own homepage template and attached my own stylesheet to it. I have also attached stylesheet Navigation: Simple - Horizontal

I have this code for the menu:

[php]
{menu template='simple_navigation.tpl' number_of_levels='1'}
[/php]


However, it is displaying the main level pages and not creating a drop down menu.

Can someone help meĀ  and tell me what I have done wrong?

Thanks

Re: help with drop down menu

Posted: Thu Mar 11, 2010 10:16 pm
by Dr.CSS
1) You tell your menu to only have one level so of course it's not going to have a second level to drop down...

2) If you look at the style sheet you use you may notice it has #primary-nav on most every css call and simple_navigation.tpl has nothing like this in it, that is why there is a cssmenu.tpl to go with the style sheet...