0

I've implemented the required functionality for my Drupal (6.19) web site, and I'm now in a position where I'd like to enhance the look and feel of the site. The current theme is a Zen sub-theme, with minimal modifications.

Can anyone explain what the simplest approach to implement a fancy CSS/Javascript menu, like this?: http://www.sohtanaka.com/web-design/examples/drop-down-menu/. I understand HTML and I have a passive understanding of PHP, SQL and CSS.

Thanks,

Mike

2 Answers 2

1

This may be what you're looking for: Nice Menus module and it's documentation.

The configuration is easy as you can see on the screenshot:

alt text

1
  • I have 'nice menus' and 'superfish' modules installed, and I've assigned 'Superfish 1' block to the 'Navigation bar' region. The result isn't pretty: img84.imageshack.us/i/screenshotfb.png. As you can see, the menu text is obscured by the content title. To resolve this issue, is it best to edit 'sites/all/modules/superfish/css/superfish-navbar.css' or the CSS files in 'sites/all/themes/mytheme/css'? Commented Nov 25, 2010 at 20:40
0

Here's a useful link on the subject without using a module like Nice menus or superfish: http://drupal.org/node/190263

If you use this approach be sure under site building > menus > primary links (or whatever menu you're using) you have the "expanded" option checked under the items you want to drop down.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.