How do I make this menu?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
mtabak
New Member
New Member
Posts: 3
Joined: Wed Feb 13, 2008 2:44 pm

How do I make this menu?

Post 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
Last edited by mtabak on Wed Feb 13, 2008 6:11 pm, edited 1 time in total.
mtabak
New Member
New Member
Posts: 3
Joined: Wed Feb 13, 2008 2:44 pm

Re: How do I make this menu?

Post by mtabak »

help?!?
cb2004
Power Poster
Power Poster
Posts: 317
Joined: Wed Jul 04, 2007 3:39 pm

Re: How do I make this menu?

Post 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}
mtabak
New Member
New Member
Posts: 3
Joined: Wed Feb 13, 2008 2:44 pm

Re: How do I make this menu?

Post by mtabak »

Doesn't work (see second link). I think the CSS for the menu isn't right, but where can I adjust that?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How do I make this menu?

Post 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 ...
Post Reply

Return to “Layout and Design (CSS & HTML)”