Hi,
I currently have the minimal template running but I have a two level navigation menu.
what is the code to implement CSSMenu?
for minimal it is
{menu template="minimal_menu.tpl"}
what do I replace "minimal_menu.tpl" with to get CSSMenu?
Thanks
[solved]How to implement CSSMenu for my navigation?
[solved]How to implement CSSMenu for my navigation?
Last edited by RyanC on Fri Aug 26, 2011 1:32 am, edited 1 time in total.
Re: How to implement CSSMenu for my navigation?
Hi Ryan,
Check out the usage column on the Menu Manager page.
You need to use the tag: {menu template="cssmenu.tpl"}
You will also need to attach one of the CSSMenu stylesheets to you template.
Check out the usage column on the Menu Manager page.
You need to use the tag: {menu template="cssmenu.tpl"}
You will also need to attach one of the CSSMenu stylesheets to you template.
Re: How to implement CSSMenu for my navigation?
That did the trick. Thanks for the help Chris.