WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: skronken on November 30, 2009, 08:31:25 PM

Title: Line break in menu
Post by: skronken on November 30, 2009, 08:31:25 PM
Hello.

I'm looking for an easy way to have a line break in the middle of the menu.
I'm using show_menu2.

Example:

Home Media Blog
Contact Links Partners


I've tried a couple of things but I cant figure it out.

Do you have any ideas?
Title: Re: Line break in menu
Post by: kweitzel on November 30, 2009, 08:48:00 PM
Use the multiple menu feature of WB ... maybe that one helps you to achieve the correct results.

cheers

Klaus
Title: Re: Line break in menu
Post by: skronken on November 30, 2009, 08:57:47 PM
Thanks for the answer.

I have tried that, but I can't say that I fully understand that function.

But i'll take a second look!  :-)
Title: Re: Line break in menu
Post by: kweitzel on November 30, 2009, 10:51:12 PM
Have a look here: http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/multiple-menus.php

cheers

Klaus
Title: Re: Line break in menu
Post by: skronken on November 30, 2009, 11:40:04 PM
It works great now, just what I wanted.
But all of a sudden I get these black dots before every menu-item;

(http://img18.imageshack.us/img18/6044/dotsu.jpg)

I've checked the CSS and it's nothing wrong there.

Does this require a new post? Either way I don't want the dots :)
Title: Re: Line break in menu
Post by: Argos on December 31, 2009, 01:19:01 AM
Quote from: skronken on November 30, 2009, 11:40:04 PM
It works great now, just what I wanted.
But all of a sudden I get these black dots before every menu-item;

(http://img18.imageshack.us/img18/6044/dotsu.jpg)

I've checked the CSS and it's nothing wrong there.

Does this require a new post? Either way I don't want the dots :)

Then tell the menu ul and li to have no dots. If your menu has ID "menu", it may be for example:
#menu ul, #menu li {list-style-type:none;}