0
Welcome Guest! Login
0 items Join Now

Have Moo Menu ignore Separator Menu Items

  • Have Moo Menu ignore Separator Menu Items

    Posted 17 years 3 months ago
    • Im using 1.5 RC4. I need some help with a moo menu. In my page i have
      Home | Separator 1 | Separator 2
                      |-Child1
                      |-Child2
                            |-Child1 of Child2

      Even though the menu item is a Separator it still renders as a link. Any way to disable the parent Separator 1 and 2 but not home? I simply want it to do nothing when it is clicked. but allow for the menu to pop out. I tried using a # but it still reloads the page. Any help?
  • Re: Have Moo Menu ignore Separator Menu Items

    Posted 17 years 3 months ago
    • Nathan,

      Maybe try:
      javascript:void(0);
      instead of #
  • Re: Have Moo Menu ignore Separator Menu Items

    Posted 17 years 3 months ago
    • thanks mike, i actually came up with that, if any one was wondering, there was a case in the code that would generate an <a> anchor if you wanted to pop-up a new window with no navigation. Since We are not using this option on any menu items i just slipped the javascript:void(0); into it and it works like a charm. Anything I dont want to click on I just change to Popup window with no navigation. works great!

Time to create page: 0.064 seconds