By chadcross on
Hello,
I need someone to help me take a vertical primary-links list and use Jquery to make the list collapsible and expandable on rollover. Let me know what your rate is and I will get you more details. Thanks.
chad at juxtaflo.com
Comments
_
have you tried the http://drupal.org/project/views_accordion module?
Or jQuery Menu?
Or jQuery Menu?
Thanks.
Thanks for the suggestions. I looked at views accordion but I need this for a secondary menu not a view. It is actually the second and third tier of the Primary nav, so that renders Jquery_menu not usable also. Jquery menu can only create blocks for either the Primary Menu or the Secondary menu.
The only way I have found to get a true secondary menu to show up only when it is needed, and can display a third level is by using menu_block. With menu_block, I can create a block that only shows the 2nd and 3rd levels of the primary menu if they exist. The only issue is that DHTML menu doesn't recognize this block. I can set DHTML menu to work on the primary menu but I can't specify only the block version and not the main version.