Also... ich hab da `n Script(JS), welches folgendermassen aussieht: (Das is natürlich nich der ganze, aber hiers mein Prob: ich schaffs irgendwie nich die Menus "Opal", Berater", "Projekte", "Module" und "Migration" als Hyperlink zu binden, so dass das Dropdown-Menu noch `runterfliegt?!
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);
menu = new Menu();
menu.addItem("opalid", "Opal", "Opal", null, null);
menu.addItem("beraterid", "Berater", "Berater", null, null);
menu.addItem("projektid", "Projekte", "Projekte", null, null);
menu.addItem("moduleid", "Module", "Module", null, null);
menu.addItem("migrationid", "Migration", "Migration", null, null);
menu.addSubItem("opalid", "über uns", "über uns");
menu.addSubItem("opalid", "Kontakte", "Kontakte");
menu.addSubItem("opalid", "Lageplan", "Lageplan");
menu.addSubItem("beraterid", "CV's", "CV's");
menu.addSubItem("beraterid", "Projekte", "Projekte");
menu.addSubItem("projektid", "Migrationen", "Migrationen");
menu.addSubItem("projektid", "Implementationen", "Implementationen");
menu.addSubItem("projektid", "Releasewechsel", "Releasewechsel");
menu.addSubItem("moduleid", "Yahoo", "Yahoo", "http://www.yahoo.com/");
menu.addSubItem("moduleid", "Google", "Google", "http://www.google.com/");
menu.addSubItem("moduleid", "Excite", "Excite", "http://www.excite.com");
menu.addSubItem("moduleid", "HotBot", "HotBot", "http://www.hotbot.com");
menu.addSubItem("migrationid", "Cnet", "Cnet", "http://www.cnet.com/");
menu.addSubItem("migrationid", "RealAudio", "RealAudio", "http://www.realaudio.com/");
menu.addSubItem("migrationid", "MP3.com", "MP3.com", "http://www.mp3.com/");
menu.showMenu();
Ich wär`euch wirklich sehr verbunden wenn ihr mir helfen könntet; ach... und sorry wenn ich mein Prob etwas unverständlich geschildert habn` sollte. [Blockierte Grafik: https://www.winpower.de/images/smilies/emojione/1f609.png]
