Posted by nyumbani_yangu on March 24, 2006 at 2:48pm
I need to develop a web site which will need to have a right block for navigation where there will be a certain number of links.
I need to add a javascript code to each link so that onMouseOver I will get a popup menu that will give me sub-navigation options.
Is that easily achieavable under drupal? Would I have to write a block module for it and the js on a separate file? How would I integrate the two things and how can I go on about it?
Comments
jsdomenu module
Have a look at the jsdomenu module; it might meet your needs.
http://drupal.org/node/7002