lital maatuk
lital maatuk

Reputation: 6249

drupal - building the upper menu

How do I build and design an upper menu using drupal?

Upvotes: 0

Views: 116

Answers (2)

jpstrikesback
jpstrikesback

Reputation: 2308

Most contrib Drupal Themes will allow you to do the following:

  1. Navigate to http://YOURSITE//admin/build/themes/settings/YOURTHEME

  2. Then toggle the primary menu and click save

  3. Next go to http://YOURSITE/admin/build/menu-customize/primary-links/add and add a menu item called test

  4. See your nice shiny new menu item at the top somewhere?

  5. Now use your trusty CSS knowledge and your fantastic PHP/HTML skills and start designing by modifying your chosen starter template :)

Upvotes: 2

Jimmy
Jimmy

Reputation: 637

Not really sure what you're asking for, but try these modules:

http://drupal.org/project/nice_menus - Nice Menus

http://drupal.org/project/superfish - Superfish

They should do the trick.

Upvotes: 0

Related Questions