I am not all that familiar with javascript and have pulled a script off another page to use in my own.
It is a basic drop down menu where you click on a piece of text and subcategory links drop down underneath it.
The problem is, I want to put 3 distinct sets of these "Pull down menus" on my page. When I copy and paste the script and change the titles, anytime you click on a title in "Menu #2", it triggers the drop down in Menu #1. I am not familiar enough with javascript to figure out how to change the .js file or the script to allow for three unique menu boxes on one page.
Well, from what I know on JS, the only thing I can suggest is that in each seperate menu you make sure that none of the numbers or references are the same as in any of the other sets.
That should work, I think. Correct me if i'm wrong guys!