marianmarian
Programmer
Hello all,
hopefully someone can help me understand this mm_menu.js from dreamweaver.
I am trying to add an extra drop down menu to an already existing mm_menu.js.
my question is how does this numbers get assigned "0330094751_" Do you just pick them?
the reason i asked is that mm_menu.js was created by our previous developer using dreamweaver, and i am a homesite fun, so i do all my codings etc from homesite, and if it was left with me, i would have used/created a different menu.js, but it is already done and i need to add one more drop drop down menu to the already existing menu, and this is what i did below....the image tag works fine on the browser etc...but when i put my mouse over the image, there is no drop down menu, i only get a javascript error that "menu layer is null or not an object"
i have tried everything to manipulate that 10 digit numbers but i get no where...
so if someone who knows this assignment of the 10 digit numbers really well and don't mind explaining it to me, i will really appreciate it.
thanks alot!!
Marianmarian
/**this is the menus i want to add********************/
window.mm_menu_0330094751_0 = new Menu("root",166,16,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffcc00","#000000","#cc3333","left","middle",2,0,2000,-5,7,true,false,true,0,true,true);
mm_menu_0330094751_0.addMenuItem("testing","location='testing'"
mm_menu_0330094751_0.addMenuItem("testing","location='testing'"
mm_menu_0330094751_0.addMenuItem("testing","location='testing'"
mm_menu_0330094751_0.hideOnMouseOut=true;
mm_menu_0330094751_0.bgColor='#000000';
mm_menu_0330094751_0.menuBorder=0;
mm_menu_0330094751_0.menuLiteBgColor='#ffcc00';
mm_menu_0330094751_0.menuBorderBgColor='#000000';
/**this is the menus i want to add********************/
hopefully someone can help me understand this mm_menu.js from dreamweaver.
I am trying to add an extra drop down menu to an already existing mm_menu.js.
my question is how does this numbers get assigned "0330094751_" Do you just pick them?
the reason i asked is that mm_menu.js was created by our previous developer using dreamweaver, and i am a homesite fun, so i do all my codings etc from homesite, and if it was left with me, i would have used/created a different menu.js, but it is already done and i need to add one more drop drop down menu to the already existing menu, and this is what i did below....the image tag works fine on the browser etc...but when i put my mouse over the image, there is no drop down menu, i only get a javascript error that "menu layer is null or not an object"
i have tried everything to manipulate that 10 digit numbers but i get no where...
so if someone who knows this assignment of the 10 digit numbers really well and don't mind explaining it to me, i will really appreciate it.
thanks alot!!
Marianmarian
/**this is the menus i want to add********************/
window.mm_menu_0330094751_0 = new Menu("root",166,16,"Arial, Helvetica, sans-serif",12,"#ffffff","#ffcc00","#000000","#cc3333","left","middle",2,0,2000,-5,7,true,false,true,0,true,true);
mm_menu_0330094751_0.addMenuItem("testing","location='testing'"
mm_menu_0330094751_0.addMenuItem("testing","location='testing'"
mm_menu_0330094751_0.addMenuItem("testing","location='testing'"
mm_menu_0330094751_0.hideOnMouseOut=true;
mm_menu_0330094751_0.bgColor='#000000';
mm_menu_0330094751_0.menuBorder=0;
mm_menu_0330094751_0.menuLiteBgColor='#ffcc00';
mm_menu_0330094751_0.menuBorderBgColor='#000000';
/**this is the menus i want to add********************/