What is the Problem?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
fcefan
Advanced
Advanced
Posts: 20
Joined: Thu Mar 15, 2007 11:31 am

What is the Problem?

Post by fcefan »

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

My Menu-Version:
/*

Milonic DHTML Menu - JavaScript Website Navigation System.
Version 5.770 - Built: Thursday February 1 2007 - 11:28
.
.
.
*/
My site: http://energietipp.bplaced.net/tipp/lmo ... on=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 ;)
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: What is the Problem?

Post by Ruth »

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
fcefan
Advanced
Advanced
Posts: 20
Joined: Thu Mar 15, 2007 11:31 am

Re: What is the Problem?

Post by fcefan »

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: Select all

<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

:| :| :|
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: What is the Problem?

Post by Ruth »

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://milonic.com/menuvinfo.php

Ruth
fcefan
Advanced
Advanced
Posts: 20
Joined: Thu Mar 15, 2007 11:31 am

Re: What is the Problem?

Post by fcefan »

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;">
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: What is the Problem?

Post by Ruth »

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
fcefan
Advanced
Advanced
Posts: 20
Joined: Thu Mar 15, 2007 11:31 am

Re: What is the Problem?

Post by fcefan »

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. ;)
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: What is the Problem?

Post by Ruth »

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
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: What is the Problem?

Post by John »

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!
John
Post Reply