elogicmedia
06-24-2005, 02:40 AM
Hi,
I am using a DHTML menu I downloaded from the net : http://www.dynamicdrive.com/dynamicindex1/jimmenu/
And everything is working really well except for the submenus, when you mouse over the title for the submenu, the menu pops out but it doesn't seems to go away when you mouse out of the title.
You can see it here: http://www.inmoney.com.au/site/index.php
Go to products and then you will see the 2 submenus of Commercial Products and Residential Products.
See if you mouse over commercial Products then it's menu pops up, then yo mouse over residential products and the commercial products menu is still there..
Anyone able to help me out? I think I have changed everything I can think of in theconfig file but still I have this same problem.
From the config file
//Products:
menus[6] = new menu(190, "vertical", 0, 0, 1, 1, "#FF6600", "#666666", "Verdana,Helvetica", 9, "bold",
"bold", "#FFFFFF", "#FFFFFF", 1, "White", 2, 62, false, true, false, false, 6, false, 4, 4, "black");
menus[6].addItem("#", "", 22, "left", "Commercial Products", 1);
menus[6].addItem("#", "", 22, "left", "Residential Products", 2);
menus[6].addItem("http://www.inmoney.com.au/site/_services/apply_now.php", "", 22, "left", "Apply Now", 0);
//Sub Menu Residential Products:
menus[2] = new menu(190, "vertical", 0, 0, 0, 0, "#FF6600", "#666666", "Verdana,Helvetica", 9, "bold",
"bold", "#FFFFFF", "#FFFFFF", 1, "White", 2, "", false, true, false, false, 7, false, 4, 4, "black");
menus[2].addItem("http://www.inmoney.com.au/site/_residential/home_loan_main.php", "", 22, "left", "Home Loans - Main", 0);
menus[2].addItem("http://www.inmoney.com.au/site/_residential/home_loan_equity.php", "", 22, "left", "Home Loans - Equity", 0);
menus[2].addItem("http://www.inmoney.com.au/site/_residential/home_loan_lodoc.php", "", 22, "left", "Home Loans - LoDoc", 0);
menus[2].addItem("http://www.inmoney.com.au/site/_residential/home_loan_renting.php", "", 22, "left", "Home Loans - Renting", 0);
menus[2].addItem("http://www.inmoney.com.au/site/_services/apply_now.php", "", 22, "left", "Apply Now", 0);
//Sub Menu Commercial Products:
menus[1] = new menu(190, "vertical", 0, 0, 0, 0, "#FF6600", "#666666", "Verdana,Helvetica", 9, "bold",
"bold", "#FFFFFF", "#FFFFFF", 1, "White", 2, "", false, true, false, false, 7, false, 4, 4, "black");
menus[1].addItem("http://www.inmoney.com.au/site/_commercial/business_main.php", "", 22, "left", "Business Main", 0);
menus[1].addItem("http://www.inmoney.com.au/site/_commercial/business_leasing.php", "", 22, "left", "Business Leasing", 0);
menus[1].addItem("http://www.inmoney.com.au/site/_commercial/business_development.php", "", 22, "left", "Development", 0);
menus[1].addItem("http://www.inmoney.com.au/site/_services/apply_now.php", "", 22, "left", "Apply Now", 0);
I am using a DHTML menu I downloaded from the net : http://www.dynamicdrive.com/dynamicindex1/jimmenu/
And everything is working really well except for the submenus, when you mouse over the title for the submenu, the menu pops out but it doesn't seems to go away when you mouse out of the title.
You can see it here: http://www.inmoney.com.au/site/index.php
Go to products and then you will see the 2 submenus of Commercial Products and Residential Products.
See if you mouse over commercial Products then it's menu pops up, then yo mouse over residential products and the commercial products menu is still there..
Anyone able to help me out? I think I have changed everything I can think of in theconfig file but still I have this same problem.
From the config file
//Products:
menus[6] = new menu(190, "vertical", 0, 0, 1, 1, "#FF6600", "#666666", "Verdana,Helvetica", 9, "bold",
"bold", "#FFFFFF", "#FFFFFF", 1, "White", 2, 62, false, true, false, false, 6, false, 4, 4, "black");
menus[6].addItem("#", "", 22, "left", "Commercial Products", 1);
menus[6].addItem("#", "", 22, "left", "Residential Products", 2);
menus[6].addItem("http://www.inmoney.com.au/site/_services/apply_now.php", "", 22, "left", "Apply Now", 0);
//Sub Menu Residential Products:
menus[2] = new menu(190, "vertical", 0, 0, 0, 0, "#FF6600", "#666666", "Verdana,Helvetica", 9, "bold",
"bold", "#FFFFFF", "#FFFFFF", 1, "White", 2, "", false, true, false, false, 7, false, 4, 4, "black");
menus[2].addItem("http://www.inmoney.com.au/site/_residential/home_loan_main.php", "", 22, "left", "Home Loans - Main", 0);
menus[2].addItem("http://www.inmoney.com.au/site/_residential/home_loan_equity.php", "", 22, "left", "Home Loans - Equity", 0);
menus[2].addItem("http://www.inmoney.com.au/site/_residential/home_loan_lodoc.php", "", 22, "left", "Home Loans - LoDoc", 0);
menus[2].addItem("http://www.inmoney.com.au/site/_residential/home_loan_renting.php", "", 22, "left", "Home Loans - Renting", 0);
menus[2].addItem("http://www.inmoney.com.au/site/_services/apply_now.php", "", 22, "left", "Apply Now", 0);
//Sub Menu Commercial Products:
menus[1] = new menu(190, "vertical", 0, 0, 0, 0, "#FF6600", "#666666", "Verdana,Helvetica", 9, "bold",
"bold", "#FFFFFF", "#FFFFFF", 1, "White", 2, "", false, true, false, false, 7, false, 4, 4, "black");
menus[1].addItem("http://www.inmoney.com.au/site/_commercial/business_main.php", "", 22, "left", "Business Main", 0);
menus[1].addItem("http://www.inmoney.com.au/site/_commercial/business_leasing.php", "", 22, "left", "Business Leasing", 0);
menus[1].addItem("http://www.inmoney.com.au/site/_commercial/business_development.php", "", 22, "left", "Development", 0);
menus[1].addItem("http://www.inmoney.com.au/site/_services/apply_now.php", "", 22, "left", "Apply Now", 0);