I was wondering if I have to have a link for the top menu item in a drop down menu. For example if my menu is:

Galleries
-- Family
-- Friends

Do I need to have a landing page for Galleries? All I really want is for the Galleries button to drop and show the other two links. I don't have a need for a separate Galleries page.

Thanks!

Comments

stephthegeek’s picture

Status: Active » Closed (works as designed)

Having unlinked menu items is a recurring annoyance of Drupal :\ See http://drupal.org/node/128618

The theme also depends on having both the list item and the link tag in order to actually accomplish the styling and dropdown effect. So this is a toughie that can't really be fixed without a lot of refactoring and custom code.

jfro’s picture

Status: Closed (works as designed) » Closed (fixed)

Thanks for send the link along to me. This turns out to be a much more complicated issue than I anticipated.....