Developer forum

Forum » Templates » Dropdown menu from static menu?

Dropdown menu from static menu?


Reply

Is it possible to make a dropdown menu from a static menu?

I want to have a dropdown menu on a page, where the dropdown topics come from subpages to a page used by a static menu).

I can see that it is not possible with the standard template/page/menu function, but does anyone have a build-up/work-around solution for that?


Replies

 
Reply

Hi Michael

 

It's not possible with the standard navigations.

 

But with a combination of XML/XSLT and the suckerfish dropdowns I think you can do it.

 

In the XSLT you just select the pages with a specific parentid that should appear in the dropdown with the XPATH statement.

Example: //Page[@ID=5]/Page

The example above selects all pages that belongs to page with the id = 5.

 

Suckerfish Dropdowns: http://developer.dynamicweb.dk/default.aspx?id=16918&action=ShowArticle&ArticleID=43

 

// Dammark

 

You must be logged in to post in the forum