I am using the switch menu from http://www.dynamicdrive.com/dynamici...switchmenu.htm
1. Is it possible to have an image change everytime you click the menu? For example, when you look at our website, the navigation on the left, there are [+] signs before each menu, I would like them to go to [-] signs when they are clicked.
www.masd.info
2. I would like to have some kind of expand all feature, I made up one real quick, but it does not work real well.....you will see if you play with the menu a little. This is what I came up with
Its kind of a cheap quick way to do it. But if you already have one menu open, and you click the "Full Menu" button, it will close the menus you have open, and open the menus you have closed. I would like it to open them all.Code:<div class="menutitle" onMouseOver="stm(Text[2],Style[1])" onMouseOut="htm()" onclick="SwitchMenu('sub1')"> <div onclick="SwitchMenu('sub2')"> <div onclick="SwitchMenu('sub3')"> <div onclick="SwitchMenu('sub4')"> <div onclick="SwitchMenu('sub5')"> <div onclick="SwitchMenu('sub6')"> <div onclick="SwitchMenu('sub7')"> <div onclick="SwitchMenu('sub8')"> <div onclick="SwitchMenu('sub9')"> <div onclick="SwitchMenu('sub10')"> <div onclick="SwitchMenu('sub11')"> <div onclick="SwitchMenu('sub12')"> <div onclick="SwitchMenu('sub13')"> <div onclick="SwitchMenu('sub14')"> <div onclick="SwitchMenu('sub15')"> <div onclick="SwitchMenu('sub16')"> <span class="titlelink"> <center>Full Menu </center></span> </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
3. And you may also see, I have a script that someone wrote in there that allows me to have multiple menus open at the same time, I would like to keep that.
Thanks
-Paul Travis
www.montroseareasd.k12.pa.us



Reply With Quote

Bookmarks