Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:19

What is the Problem?


Poster: fcefan
Dated: Monday May 26 2008 - 19:24:24 BST

Hi, my english ist not so good. I´m german.

My Menu-Version:

Quote:
/*

Milonic DHTML Menu - JavaScript Website Navigation System.
Version 5.770 - Built: Thursday February 1 2007 - 11:28
.
.
.
*/


My site: http://energietipp.bplaced.net/tipp/lmoneu.php?file=1BL0708.l98&action=results

Why chrashed the menuname "2. Liga" with firefox? (with ie it´s no problem)

It´s the same menu like "Bundesliga"! Only the links are different!

If i change the menuname from "2. Liga" in "Bundesliga" in the embedded_main_menu.js then is it all right.

Hope you understand my problem?

embedded_main_menu.js:
aI("showmenu=erste;text=Bundesliga;");
aI("showmenu=zweite;text=2. Liga;");

subs_data.js:
with(milonic=new menuname("erste")){
style=submenuStyle;
aI("text=Ergebnisse + Tabelle;url=lmoneu.php?file=1BL0708.l98&action=results;");
aI("text=  1. - 45. Min (1.HZ);url=lmoneu.php?file=1BL07081hz.l98&action=results;");
aI("text=46. - 90. Min (2.HZ);url=lmoneu.php?file=1BL07082hz.l98&action=results;");
}

with(milonic=new menuname("zweite")){
style=submenuStyle;
aI("text=Ergebnisse + Tabelle;url=lmoneu.php?file=2BL0708.l98&action=results;");
aI("text=  1. - 45. Min (1.HZ);url=lmoneu.php?file=2BL07081hz.l98&action=results;");
aI("text=46. - 90. Min (2.HZ);url=lmoneu.php?file=2BL07082hz.l98&action=results;");
}

Thanks ;)

Re: What is the Problem?


Poster: Ruth
Dated: Tuesday May 27 2008 - 2:52:07 BST

Hi,

You will need to have the newest version of the menu to get support here. We only support the newest versions because some issues may have been fixed with the updates.

I did go to the page in FF 2.0.0.3 and 1.5.0.12 and clicked the links under that 2. Liga menu and had no problem.

Ruth

Re: What is the Problem?


Poster: fcefan
Dated: Tuesday May 27 2008 - 13:15:21 BST

Ruth wrote:
I did go to the page in FF 2.0.0.3 and 1.5.0.12 and clicked the links under that 2. Liga menu and had no problem.


My FF is version 2.0.0.14

=> Bundesliga
Image

=> 2. Liga
Image

Ruth wrote:
You will need to have the newest version of the menu to get support here. We only support the newest versions because some issues may have been fixed with the updates.


I had tested with the new version "menu_sample1_ver5_793". Here i can not at first make a background-color for the table-row where the menu is. (I whould like to have the same menu like my old menu)

Code:
<tr style="background-color:#AA0000;"><td>
<!-- ***** This is the section of code you need to paste into your web pages ***** -->
<script type="text/javascript" src="../../menu2/milonic_src.js"></script>   
<script type="text/javascript" src="../../menu2/mmenudom.js"></script>
<!-- The next file contains your menu data, links and menu structure etc -->
<script type="text/javascript" src="../../menu2/menu_data.js"></script>   
<!-- **** JavaScript Menu HTML Code -->
</td></tr>


look here

What can i do?

Thanks for help! ;)

//EDIT:

Here is also the crashed menu:

crashed
Image

normal
Image

:| :| :|

Re: What is the Problem?


Poster: Ruth
Dated: Tuesday May 27 2008 - 18:15:23 BST

Hi,

The problem is in the format.css file, this section #menu2

I think that for whatever reason FF is applying that to the drop menu because of the 2 in the name in the menu data file. That is why it works with no problem when you changed the name. Try changing that #menu2 to some other number that isn't in your menu file and see if that work.

I suggest that you use the newest menu since there have been fixes and additional properties and capabilities add.

Try this link and read the different things that have been added or fixed since 5.770

http://www.milonic.com/menuvinfo.php

Ruth

Re: What is the Problem?


Poster: fcefan
Dated: Tuesday May 27 2008 - 18:38:05 BST

Thanks! It was really the "#menu2" in the format.css. Now it´s all right.

But what is with the background-color of the <tr>? It´s not working. Do you know why? With the old menu it was great.

NEW Image

OLD Image

But the same code:

<tr style="background-color:#AA0000;">

Re: What is the Problem?


Poster: Ruth
Dated: Tuesday May 27 2008 - 19:51:14 BST

Hi,

That has to be something to do with the browser, not the menu. I would suggest since you have a table 100% in width and the only thing it has in it is the menu that you either make the whole table background that color, or if you don't want to do it that way, you add the bgcolor to the td, not just the tr. Perhaps FF is not reading the tr for bgcolor and is looking for it in the td.

Ruth

Re: What is the Problem?


Poster: fcefan
Dated: Tuesday May 27 2008 - 20:23:37 BST

But it was ok with the old-menu?! There was all ok with ff an background-color in tr. So it can not have to do with the browser or? And please look at my site with ie, there is the menu in the middle and not left... Everything is wrong in css or menu-code.

//EDIT: :D I had forgot to named what is height, align and valign. :oops: Now it is all right. => Look here Thanks for your help at first. ;)

Re: What is the Problem?


Poster: Ruth
Dated: Tuesday May 27 2008 - 22:54:49 BST

Hi,

I am assuming you got it fixed? I see, and have seen, the right color in the table and the correct placement of the menu in both IE and FF

Ruth

Re: What is the Problem?


Poster: John
Dated: Thursday May 29 2008 - 16:12:08 BST

For the future, please keep in mind that we cannot help you if you are not running the current version of the menu system. You're still on 5.770, while 5.793 is current. That's 23 versions down-level!