Hi,
I am new to drupal and I would like to have a drop lists menu on my drupal site. Something like Stu Nichols' drop lists menu here http://www.cssplay.co.uk/menus/drop_lists.html, only I have managed to make two levels to it (I already have written xhtml and css files and the thing works). What is the easiest way to implement it for a drupal theme?

Comments

kobzy’s picture

I'm afraid nobody can answer my question here... After a week of learning drupal on my own I have come to this conclusion: I'll have to write my own module for multicolumn menu. Someting like nice_menus (only in my case the task will be a bit simpler) or like suckerfish (which is even closer to the thing I aim to write). I looked through the nice_menu code to understand main drupal functions used in it but I'm still unable to find any information about suckerfish module.
So please be kind and tell me 1. Where can I have a glance at the suckerfish code? I'd like to know which drupal functions it uses and how it defines various classes (expanded, sfhover etc).
2. Is there any information in what form and where drupal saves all data about the tree of a menu created by a user while working in the admin panel?