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
How do I make this menu?
How do I make this menu?
Last edited by mtabak on Wed Feb 13, 2008 6:11 pm, edited 1 time in total.
Re: How do I make this menu?
help?!?
Re: How do I make this menu?
{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?
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?
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 ...