Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

drop down mwnu working in IE not FF

Status
Not open for further replies.
I guess it's just a simple case of cross browser incompatibility. Maybe you could try to create a different drop down menu, or even check another site that has done it successfully and check out their source code.
 
Hi there! I'm having the same problem only that my pop-up displays in FF but not in IE6.
May be we should compare our codes? I'm a bit lost...
Will appreciate any help!!
 
sorry for the delay to answer... the site is not on-line yet, but the code is as follows:

Code:
-->
</style>
<script language="JavaScript">
<!--
function mmLoadMenus() {
  if (window.mm_menu_1027164507_0) return;
                    window.mm_menu_1027164507_0 = new Menu("root",80,13,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#FFFFFF","#FFFFFF","#999999","left","middle",2,0,700,-5,7,true,true,true,0,false,true);
  mm_menu_1027164507_0.addMenuItem("Tables","window.open('furniture/tables.html', 'mainFrame');");
  mm_menu_1027164507_0.addMenuItem("Chairs","window.open('furniture/tables.html', 'mainFrame');");
  mm_menu_1027164507_0.addMenuItem("Beds","window.open('furniture/tables.html', 'mainFrame');");
  mm_menu_1027164507_0.addMenuItem("Exterior","window.open('furniture/tables.html', 'mainFrame');");
  mm_menu_1027164507_0.addMenuItem("Special","window.open('furniture/tables.html', 'mainFrame');");
   mm_menu_1027164507_0.hideOnMouseOut=true;
   mm_menu_1027164507_0.bgColor='#999999';
   mm_menu_1027164507_0.menuBorder=1;
   mm_menu_1027164507_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1027164507_0.menuBorderBgColor='#CCCCCC';
      window.mm_menu_1027171526_0 = new Menu("root",106,13,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#FFFFFF","#FFFFFF","#999999","left","middle",2,0,700,-5,7,true,true,true,0,false,true);
  mm_menu_1027171526_0.addMenuItem("Balineese","window.open('gazebos/Bali', 'mainFrame');");
  mm_menu_1027171526_0.addMenuItem("Wooden&nbsp;Houses","window.open('gazebos/Bali', 'mainFrame');");
  mm_menu_1027171526_0.addMenuItem("Projects","window.open('gazebos/Bali', 'mainFrame');");
   mm_menu_1027171526_0.hideOnMouseOut=true;
   mm_menu_1027171526_0.bgColor='#999999';
   mm_menu_1027171526_0.menuBorder=1;
   mm_menu_1027171526_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1027171526_0.menuBorderBgColor='#CCCCCC';

mm_menu_1027171526_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
<script language="JavaScript" src="mm_menu.js"></script>
</head>
<body>
<script language="JavaScript1.2">mmLoadMenus();</script>
<div id="Layer2"><img src="images/linea gris.png" width="270" height="6" /></div>
<img src="images/furniture.png" name="furniture" width="75" height="28" id="furniture" onmouseover="MM_showMenu(window.mm_menu_1027164507_0,0,-80,null,'furniture')" onmouseout="MM_startTimeout();" /><img src="images/gazebos.png" alt="" name="furniture" width="100" height="28" id="furniture" onmouseover="MM_showMenu(window.mm_menu_1027171526_0,85,-53,null,'furniture')" onmouseout="MM_startTimeout();" />
<div id="Layer3"><img src="images/linea gris.png" width="270" height="6" /></div>
<div id="Layer1"><img src="images/linea roja.png" width="660" height="6" /></div>
<img src="images/landscaping.png" alt="" name="furniture" width="100" height="28" id="furniture" /><img src="images/LOGO.png" alt="" name="furniture" width="110" height="100" id="furniture" /><img src="images/accesories.png" alt="" name="furniture" width="100" height="28" id="furniture" /><img src="images/fashion.png" alt="" name="furniture" width="85" height="28" id="furniture" /><img src="images/services.png" alt="" name="furniture" width="100" height="28" id="furniture" />
</body>
</html>
 
i am interest in created a drop down menue like this but i havnt a clue about codes can it be done other ways in dreamweaver
 
i am new to all this have made the site but not using codes how do i get the codes up
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top