Forums

This topic is locked

Popup menus

Posted 01 Aug 2002 21:23:18
1
has voted
01 Aug 2002 21:23:18 Tony Chronopoulos posted:
I have encountered something weird.

I made a menu in Fireworks MX with 2 popup menus. I imported the file into ultradev and everything works nice in Internet Explorer. But, in netscape, the popup menus display and the rollovers work but I can't click anything in the popup menu. The cursor remains as an arrow and nothing happens when I click! snif snif..

Here is the function that was generated by fireworks:

<pre id=code><font face=courier size=2 id=code>

function mmLoadMenus() {
if (window.mm_menu_0801120035_0) return;
window.mm_menu_0801120035_0 = new Menu("root",150,18,"Verdana, Arial, Helvetica, sans-serif",9,"#000000","#ffffff","#e0c78f","#c59b49","left","middle",3,0,80,-5,7,true,true,true,0,false,false);
mm_menu_0801120035_0.addMenuItem("FORFAITS PUBLICITAIRES","location='forfaits.asp'";
mm_menu_0801120035_0.addMenuItem("ADDRESSE","location='addresse.asp'";
mm_menu_0801120035_0.addMenuItem("CONTACTS","location='contact.asp'";
mm_menu_0801120035_0.addMenuItem("LEGAL","location='legal.asp'";
mm_menu_0801120035_0.fontWeight="bold";
mm_menu_0801120035_0.hideOnMouseOut=true;
mm_menu_0801120035_0.menuBorder=0;
mm_menu_0801120035_0.menuLiteBgColor='#ffffff';
mm_menu_0801120035_0.menuBorderBgColor='#000000';
mm_menu_0801120035_0.bgColor='#ffffff';
window.mm_menu_0801121252_1 = new Menu("root",110,18,"Verdana, Arial, Helvetica, sans-serif",9,"#000000","#ffffff","#e0c78f","#c59b49","left","middle",3,0,80,-5,7,true,true,true,0,false,false);
mm_menu_0801121252_1.addMenuItem("EMPLOIS","location='emplois.asp'";
mm_menu_0801121252_1.addMenuItem("APPELS D'OFFRES","location='appels.asp'";
mm_menu_0801121252_1.fontWeight="bold";
mm_menu_0801121252_1.hideOnMouseOut=true;
mm_menu_0801121252_1.menuBorder=0;
mm_menu_0801121252_1.menuLiteBgColor='#ffffff';
mm_menu_0801121252_1.menuBorderBgColor='#000000';
mm_menu_0801121252_1.bgColor='#ffffff';

mm_menu_0801121252_1.writeMenus();
} // mmLoadMenus()


</font id=code></pre id=code>

I would copy & paste the mm_menu.js that was also generated by Fireworks, but I think it's too big to post in here! <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> If anyone has any clue, please help me. I don't see why it shouldn't work.. .

Thanks,
Tony


Edited by - bloodtrain on 01 Aug 2002 21:26:12

Replies

Replied 01 Aug 2002 21:43:12
01 Aug 2002 21:43:12 Tony Chronopoulos replied:
Here is the link if you wish to test it.

www.lepartenaire.com

I noticed that in netscape, it sometimes works (1 out of 20 or something)... weird.

Thanks.

___________________
Lunch is on me! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
Replied 02 Aug 2002 07:15:14
02 Aug 2002 07:15:14 aegis kleais replied:
Though, as a web developer, I'm inclined to tell you that it's worth trouble shooting, the sad fact is that it isn't. Netscape is a dying browser losing more and more clients by the day to MSIE and even browsers like Mozilla. However, which version of Netscape were you using? I just recently downloaded NN 6.2 and I'm laughing my arse off that they STILL can't render HTML tables properly. (among other things)

Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])
Replied 02 Aug 2002 07:17:18
02 Aug 2002 07:17:18 aegis kleais replied:
Will someone PLEASE fix the language filter? I wrote the word A-R-S-E and it ****'d it?!?!? YARG!

Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])
Replied 02 Aug 2002 08:39:58
02 Aug 2002 08:39:58 Tony Chronopoulos replied:
I was testing with Netscape 4.76 (that is the most popular version in most banks in Montreal (believe it or not! hehe)

Just correct me if i'm wrong, but anything generated from fireworks and imported into UD should be compatible with IE & NS right?

I hate netscape - hate it - hate it - hate it!

There, I feel much better!

Tony

___________________
Lunch is on me! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
Replied 02 Aug 2002 08:44:07
02 Aug 2002 08:44:07 Tony Chronopoulos replied:
btw: since you have NS 6.2, can you please try clicking one of the popup menus on my site? (the broken links don't matter)...

www.lepartenaire.com


Let me know please! <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Thanks,

Tony

___________________
Lunch is on me! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

Reply to this topic