Page 1 of 1

Horizontal menu help please!

Posted: Mon Jul 30, 2007 4:31 pm
by uberteknik
Hi am running cmsms 1.1 'samoa' and having some trouble making a very simple horizontal menu. I am using a very simple template i made for the excersize, it can be seen here http://bullman.ozziedoggers.org/ . I just wanted plain text links horizontal in the top row.

I went to the admin panel, went to menu manager, and loaded the simple_navigation.tpl into the database and named it simple.

In my template i added this code
{cms_module module='menumanager' template='simple' number_of_levels='1'}

Then i associated 'Navigation: Simple - Horizontal' with my template.. I did this by going into the templates section and clicking the yellow css button..

For whatever reason i cant seem to make it work, i have tried a fair few different combinations and just cant make it horizontal, it always comes out vertical? Im sure i am missing something fairly simple here..

Can you please help!?

Cheers

Re: Horizontal menu help please!

Posted: Mon Jul 30, 2007 7:09 pm
by uberteknik
Ok i have changed it to use cssmenu.tpl andused the css stylesheet called 'css menu horizontal' .

It has given me a nice horizontal css menu, but i only wanted plain text links, ?

What config do i use to get a horizontal plain text menu..

cheers

Re: Horizontal menu help please!

Posted: Mon Jul 30, 2007 7:48 pm
by RonnyK
What about adding

Code: Select all

dfn {display:none;}
to the stylesheet.

Did you by the wat check the default templates that can be installed during the installation. There are several templates and menu-stylings available for using. This is an easy startpoint.

Ronny