I need to make a menu that needs to be displayed using a drop down menu, where when you click the links, it takes you to another site. See an example here: http://www.wimaxforum.org (look in the right hand corner of the page). Is there an simple way to accomplish this with out using a special drop down menu module?

Thanks,
Becky

Comments

redrum’s picture

Hi,

There's no way to do this out of the box. You might want to try Nicemenus (http://drupal.org/project/nice_menus). It's pretty painless to install and use and will do exactly what you want.

Cheers,

Redrum.

beckyjohnson’s picture

I tried nice menus and I want to use it but the thing is, I want the drop down menu to show the label "Regional Chapters". I want it to be a lable, not a link and so far it is a link because that seemed the only way to do it.
My menu looks like

Regional Chapter
Brazil
china
Russia
Taiwan

Is there a way to disable a link sot hat the "Regional Chapter" doesn't go anywhere? Right now I just have it linked to our home page.

Becky

johnphethean’s picture

You can link to nothing by putting a hash (#) as the link. This works for html too ie
<a href="#">Link</a>

beckyjohnson’s picture

You know, I started using the Special Menu Items module. using # always resulted in errors with me. I kept getting The path '' is either invalid or you do not have access to it .

Becky