Firstly, I love the menu. I have been using 3rd party DHTML products for years and this is one I can see myself recommending to clients in all future contracts!
Now the juicy part: I have a test page at http://www.neelos.com/test_menu.htm. As you can see it has multiple references to the Milonic site, and the js files are all in tact exactly as downloaded (after registering the not-for-profit).
I have checked all FAQs and topics in this forum but still cannot figure out what I am doing wrong!!!
Thanks in advance for any help.
Multiple references to Milonic, but "Milonic" menu
-
- Beginner
- Posts: 6
- Joined: Fri Feb 20, 2004 11:18 pm
I took your _data and html and posted it on my server at http://tiggrsuccess.com/test/. Works just fine (at least I'm assuming that's what you want!).
I did remove a couple of the JS calls you had to other scripts just to narrow things down to the menu. The only other thing I found was a missing # in pagecolor (certainly not the problem).
Possibly a conflict with one of the other scripts (you can see what I removed).
I did remove a couple of the JS calls you had to other scripts just to narrow things down to the menu. The only other thing I found was a missing # in pagecolor (certainly not the problem).
Possibly a conflict with one of the other scripts (you can see what I removed).
John
-
- Beginner
- Posts: 6
- Joined: Fri Feb 20, 2004 11:18 pm
I assume that you also saw the problem!
Thank you for testing it!
Can I please ask - did you get the problem occur for you when you viewed it at my server (http://www.neelos.com/test_menu.htm)?
Can I please ask - did you get the problem occur for you when you viewed it at my server (http://www.neelos.com/test_menu.htm)?
Hi Andrew,
I don't think it's so much a conflict with your other scripts as it is a timing issue introduced by your other scripts. I notice that your menu appears on the page well before your links to milonic.com appear. So, by the time your links show up, the menu script has already determined that you don't have any links on your page and forces the change in menu item #1... Guess that's a side effect of having a fast-rendering menu script! Probably one of your other scripts is taking awile to do whatever it does (don't know which one, 'cause I don't know what they do!). This would explain why John didn't see the problem in his tests; if he removed the lines that load the scripts, then they weren't doing what they do to cause the delay.
Possible solutions might include:
(1) load the menu_data.js file last... after your other scripts (or at least after the slow one).
(2) If that doesn't work, move the loading of menu_data.js to the first line of the <body>.
(3) If that doesn't work, move it to a location following the link to milonic.com.
Try those and let us know what happens.
As you probably know, you'll only need one link on the page to milonic.com to turn off "MILONIC". Make sure that the href is exactly as follows
Hope that helps,
Keivn
I don't think it's so much a conflict with your other scripts as it is a timing issue introduced by your other scripts. I notice that your menu appears on the page well before your links to milonic.com appear. So, by the time your links show up, the menu script has already determined that you don't have any links on your page and forces the change in menu item #1... Guess that's a side effect of having a fast-rendering menu script! Probably one of your other scripts is taking awile to do whatever it does (don't know which one, 'cause I don't know what they do!). This would explain why John didn't see the problem in his tests; if he removed the lines that load the scripts, then they weren't doing what they do to cause the delay.
Possible solutions might include:
(1) load the menu_data.js file last... after your other scripts (or at least after the slow one).
(2) If that doesn't work, move the loading of menu_data.js to the first line of the <body>.
(3) If that doesn't work, move it to a location following the link to milonic.com.
Try those and let us know what happens.
As you probably know, you'll only need one link on the page to milonic.com to turn off "MILONIC". Make sure that the href is exactly as follows
Code: Select all
<a href="https://milonic.com/">whatever</a>
Keivn
-
- Beginner
- Posts: 6
- Joined: Fri Feb 20, 2004 11:18 pm
The order of the javascripts solved it!
Thank you Kevin, the order of the javascript loads was the problem!
I see you are in Lincoln - I was in Nebraska at Christmas and I hear it is still pretty cold there at the moment (sorry about that)!
Thanks again,
Andrew
I see you are in Lincoln - I was in Nebraska at Christmas and I hear it is still pretty cold there at the moment (sorry about that)!
Thanks again,
Andrew
Re: The order of the javascripts solved it!
You're welcome. Glad it worked.Andrew Nielsen wrote:Thank you Kevin...
Code: Select all
I see you are in Lincoln - I was in Nebraska at Christmas and I hear it is still pretty cold there at the moment



Cheers,
Kevin
-
- Beginner
- Posts: 6
- Joined: Fri Feb 20, 2004 11:18 pm
Yep, damn those ice dams!
Glad you liked the sub-menus Ruth, and good luck getting rid of all the ice Kevin!
Andrew
Andrew