WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: User-from-websitebaker on March 23, 2007, 04:55:24 PM

Title: Create a menu like the image!
Post by: User-from-websitebaker on March 23, 2007, 04:55:24 PM
Hello,

I will create a menu but i cant make it.  :-( The menu must have one block, and when you klick on it that more blocks appears. E.g. menu: Animals, and if you klick on animals you can see: Monkey
Bird
Duck



----------------------
Home
----------------------
Animals
----------------------
Plants
----------------------

And when you press animals you see:

---------------------
Home
---------------------
Animals
---------------------
        Monkey
---------------------
        Duck
---------------------
        Frog
---------------------
Plants

Understand? Sorry for my bad english, that's the problem why i cant fix it. Please some help!
Thanx!
An happy user from WebsiteBaker with a problem  :-D
Title: Re: Create a menu like the image!
Post by: ruebenwurzel on March 23, 2007, 05:03:14 PM
Hello,

create the pages (Monkey, dug, Frog) as subpages from Animals. Depending on your template and the css file the subpages are displayed in the way you want. Also you should have a look at the menu call (show_menu(); or show_menu2();) and the parameters you can give there. Options are to display the whole menu tree expanded or only expand a submenu when the main page is clicked.

Matthias