Page 1 of 1

How do I make this menu?

Posted: Wed Feb 13, 2008 2:47 pm
by mtabak
Hello,

I've just started using CMS made simple since a few days and it's anĀ  superb cms for managing your own themes.

The ony problem I've encounter is: how do I make a simple menu with just the menu-items listed horizontal.
I want the menu to look like the menu on this page: http://www.martijntabak.nl

I've managed to make the menu look like this, but it's still not the same: http://www.martijntabak.nl/cmstest

Re: How do I make this menu?

Posted: Thu Feb 14, 2008 11:44 am
by mtabak
help?!?

Re: How do I make this menu?

Posted: Thu Feb 14, 2008 1:01 pm
by cb2004
{if $count > 0}{strip}{counter start=0 name=itemcount assign=itemcount print=false}{foreach from=$nodelist item=node}{counter name=itemcount print=false}{if $itemcount ne '1'}|{/if}{if $node->current eq true}{$node->menutext}{else}url}">{$node->menutext}{/if}{/foreach}{/strip}{/if}

Re: How do I make this menu?

Posted: Thu Feb 14, 2008 4:45 pm
by mtabak
Doesn't work (see second link). I think the CSS for the menu isn't right, but where can I adjust that?

Re: How do I make this menu?

Posted: Fri Feb 15, 2008 6:50 am
by Dr.CSS
Your CSS points to an ul IDed as primary-nav so you need to edit the menu template to name the ul or change the css to point to #menu ul ...