Hey all,

This is my second post on the subject.... I guess i wasn't clear enough.

I want to create a menu which displays the items based on previous selected item menu...

For example: on front page i have the following menu

HOME | ABOUT | FOO | BAR

when user click on FOO

I want the menu to appear as

SERVICE | BLA | SUPPORT | BACK

This should be one level menu, when a level2 is displayed it should replace level1.
I don't want to use a secondary menu neither an expanding menu....

any idea?

Comments

Menu Block Module

You can try the Menu Block Module

Adam A. Gregory
_____________________________
Drupal Developer and Consultant
http://adamagregory.com

Maybe this:

Maybe this: http://drupal.org/project/slicedmenu?

Other options would be to go to the specific block's configuration and just have it shown/not shown on those pages.
Even a worse method would be to modify the template file and depending on the page show or not show the menu blocks.

TJ