Results 1 to 3 of 3

Thread: apple style accordion menu conflict with other dropdown menus

  1. #1
    Join Date
    May 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default apple style accordion menu conflict with other dropdown menus

    1) Script Title: Apple style Accordion Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu-apple.htm

    3) Describe problem:
    Script works properly on this page: http://www.harriscomm.com/index.php/...g-systems.html

    However, it disables the dropdown menu in the top horizontal navigation (Equipment, Books & Multimedia, etc). Dropdown horizontal menu navigation works correctly when on any other page (http://www.harriscomm.com/index.php. Example, you should be able to mouseover "Equipment" and get a dropdown menu starting with ADA Equipment, Alarm Clocks, etc as submenus.
    Last edited by harvestway; 06-01-2009 at 07:30 PM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Is the menu based on the Prototype JS framework? It might be due to a conflict between Prototype and jQuery. Inside ddaccordion.js, try adding the line in red below the existing line in black:

    Code:
    	document.write('<\/style>')
    	jQuery.noConflict()
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    harvestway (05-28-2009)

  4. #3
    Join Date
    May 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Thank you

    Thank you! It's working perfectly now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •