In the FAQ it states that this menu is specifically for the "admin" area of the site.

Is there a similar module to this that creates beautiful drop down, Non-Admin menus out of existing drupal menus such as Navigation?

Thank you.

-casey

Comments

sun’s picture

Status: Active » Fixed

From the FAQ:

Q: Can I configure admin_menu to display another (or the Navigation) menu just
   like the administration menu?

A: No. As the name implies, Drupal Administration Menu is for the administrative
   menu only. However, if you know CSS, you can simply copy'n'paste the contents
   of admin_menu.css into your theme's stylesheet and alter #admin-menu to any
   other menu block id, for example #block-menu-1 or the like.

If you know CSS, you can achieve this. If not, see the project page for alternative JavaScript-based modules.

z3cka’s picture

so i guess that is a no... I will take a crack at the solution posted above.

Thanks for the response! :-)

-casey

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.