Desbaaz
01-18-2005, 07:43 PM
Ok, so I have a few menus that can be toggled on and off using this exact command:
onClick="toggle_dropmenu('sub1')"
This works well for opening and closing one category at a time. However, I would like make it so that when one menu is opened it closes all the other menus. (of which there are three in total, if that makes a difference.) Does anyone know of a way to accomplish this?
onClick="toggle_dropmenu('sub1')"
This works well for opening and closing one category at a time. However, I would like make it so that when one menu is opened it closes all the other menus. (of which there are three in total, if that makes a difference.) Does anyone know of a way to accomplish this?