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:37

Netscape 7.1 and Explorer 6


Poster: gary04450
Dated: Tuesday March 16 2004 - 3:37:33 GMT

I am almost done with the menu and I am testing it out.

Test site is; http://www.stalbansmaine.com/test/index.html

When I am using Explorer 6 the menu works fine, however when I use Netscape 7.1 The index.html file is fine, when I go to another link, the "home" link on the far left of the menu disappears and the Milonic name comes up.

I have placed the correct code in the .html file dealing with link the Milonic so the menu does not load the in the menu.

Why does it work fine in Explorer and then in Netscape it does not? Am I missing some more code?

Anyone seen this problem?

Thanks,

Gary :D


Poster: Andy
Dated: Tuesday March 16 2004 - 8:31:42 GMT

Just a word of caution about hiding the link to milonic.com.

Do this at your own risk, Google and other search engines will consider this spam and penalize you.

So not only is hiding our link unethical and in breach of our terms it's also damaging to your website.

-- Andy

i'll fix that!


Poster: gary04450
Dated: Tuesday March 16 2004 - 12:40:32 GMT

well I am going to have to fix that!...for all to see! Thank you.


Poster: gary04450
Dated: Wednesday March 17 2004 - 3:01:17 GMT

ok...all fixed :D

So does anyone one know what is going on with N71.? I can still see the Milonic link on my menu? I thought there was code embedded into the evaluation copy of the menu that looks for a link pointing to http://www.milonic.com/ on web pages using the menu. If it finds the link included within the HTML of your website, the menu doesn't add any links to the menu as it did before.

In Explorer 6 the link does not appear and all looks OK

test URL is http://www.stalbansmaine.com/test/index.html


Poster: Ruth
Dated: Wednesday March 17 2004 - 8:38:30 GMT

I think it may be a bug and you should report it. It happens in netscape 6, 7.1, and firebird.07 also. It doesn't happen in netscape 4.79 [that uses the mmenuns4.js file]. So, I'd assume it has something to do with the mmenudom.js file. I did find that if I eliminated all the menu coding netscape is writing to the page for the section you have in the table the problem disappeared, but not knowing programming I don't know if that really is a fix.

Ruth

menu coding netscape is writing to????


Poster: gary04450
Dated: Wednesday March 17 2004 - 15:28:28 GMT

I am not sure what you mean....eliminate all menu coding netscape is writing to the page for the section...could you explain? Thank you!

"I did find that if I eliminated all the menu coding netscape is writing to the page for the section you have in the table the problem disappeared, but not knowing programming I don't know if that really is a fix."


Poster: kevin3442
Dated: Wednesday March 17 2004 - 23:51:13 GMT

Just a note for other readers who happen across this thread... the issue was resolved in this other thread.

Kevin


Poster: Ruth
Dated: Thursday March 18 2004 - 0:11:56 GMT

gary04450,
when I went to the site in Netscape 7.1 and downloaded the page from there, the view source shows all the info from the milonic_src.js and mmenudom.js file. Just something I guess netscape does. But, one thing I noticed, you have the link to milonic and the href is correct but if you note the actual text part doesn't have the / I think that may be the problem
Code:
<a href="http://www.milonic.com/">
http://www.milonic.com</a>
add / in the text part after com and see if that does it.

Ruth