I've got a good skeleton for a sliding menu.

it has it's share of bugs and I would appreciate any help I can get with it.

I think it has alot of potential.

Check out the project page.
http://drupal.org/project/slide_menus

Thank You,
Dave

Comments

rszrama’s picture

I like the look of your site and the menus as well. My recommendation would just be to track if a menu is supposed to be open or closed and display it accordingly. Using jQuery's $.post() method you could easily post data to a URL of your choosing and have it set the clicks as session variables or something so that the next page load will have the proper div's auto expanded. (Construct a $(document).ready() function with a speed of 0 ms depending on the current state of the menu option... this could just be in hook_menu in !$may_cache.)

I can offer more advice/help code if this sounds like a good idea to you.

davidburns’s picture

having a menu stay open from page to page is definately something I would like to incorporate.
With this being my first attempt at a module I would take any help and suggestions that would come my way.

It looks like you have a tad bit more experience with it then I do. I welcome you to become a part of the evolution of this module.

Thanks,
Dave

theTHISorTHAT - personal weblog

phildu’s picture

there isnt .info file in my download , is it normal ??

nlink’s picture

I just installed a readmade module at my acne site, I have posted the details of the module and the installation procedure at my blog Drupal Sliding Menu, I am not posting here because i arrived here after posting the details there. I hope it helps some of you.