Hi,
Is there a way to create a menu item that acts simply as a parent for a set of children items, and that is not an active hypertext link that leads to an existing node? In other words, I have a bunch of pages I want to add to an expandable menu, but I don't want the parent to do anything but be a parent for those pages' menu items -- when you click on the parent item, it just expands to reveal its children, it doesn't retrieve an associated node. An illustration:
[Before clicking on Top level item 3]
Top level item 1 Some content on the current node
Top level item 2 that stays the same when you click on
Top level item 3 "Top level item 3"
Top level item 4
[After clicking on Top level item 3: Content on page outside of menu navigation block remains same; the only thing that has happened is that top level item 3 has expanded to reveal its children]
Top level item 1 Some content on the current node
Top level item 2 that stays the same when you click on
Top level item 3 "Top level item 3"
--Child 1
--Child 2
--Child 3
Top level item 4
The behavior I'm looking for is similar to JavaScript expandable tree menus.