Problem with menu SOS help me...
1) Script Title:
Slashdot Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/slashdot.htm
3) Describe problem:
Hi,
when pressing on one of the submenus in the menu, all of the submanuses are being expanded for second and after that collapsed.\
and it still also when I added this myMenu.collapseAll();
here:
Code:
<script type="text/javascript">
// <![CDATA[
var myMenu;
window.onload = function() {
myMenu = new SDMenu("my_menu");
myMenu.collapseAll();
myMenu.init();
};
// ]]>
</script>
Also, want when I open a menuitem which got a submebuitems and perss on one item in it, the menuitem with this submebuitems will stay open where I pressed before?
(this is set to true: this.remember = true;)
it close when the link of it open.
How to fix it?
Thanks..