Reputation: 93
I am working in Drupal 6.26 Project.I wanted to know,how to create the menu as in http://www.honda.com.my/ using drupal 6.26. which module is useful. I have used module named megamenu, but that module i cannot upload images and display those images with menu. How to display image with menu name along with readmore?
Upvotes: 1
Views: 2948
Reputation: 36
As in one of my project I have same requirement and I use Menu Icons module.
This module allows you to upload an image in the menu-item's configuration form.
After uploading the image, the icon data will be added to the menu link's options array.
When a menu link is goes through the theme layer, it will receive an extra class which by default is used to attach the images as a background image to the corresponding menu item. These class names are also compatible with Nice Menu's.
Hope you will get what you want.
Upvotes: 1