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

Different menus show up (or not!) across browsers/platforms


Poster: beachdog
Dated: Saturday March 20 2004 - 4:02:26 GMT

http://www.pcfd1.org/index7.html

Mac:
Netscape: Looks and acts great!
MIE: Shows the sample Milonic menu instead of the correct menu
Safari: Shows the sample Milonic menu instead of the correct menu

PC:
MIE: Doesn't show up at all
Netscape: Doesn't show up at all

What am I doing wrong?

thanks... 8O


Poster: John
Dated: Sunday March 21 2004 - 3:45:24 GMT

I don't know if this is going to show up (yep, it did), but something is messing up your JS that's in the HTML...
Code:
                     <script>
ÝÝÝÝÝÝÝÝÝ             with(milonic=new menuname("Main Menu")){
ÝÝÝÝÝÝÝÝÝ             style=menuStyle;
ÝÝÝÝÝÝÝÝ               Ýtop=0;
ÝÝÝÝÝÝ               Ýleft=0;
                   itemwidth="100%";
                   menualign="center";                   
ÝÝÝÝÝÝÝÝ               Ýalwaysvisible=1;
ÝÝÝÝÝÝÝÝ               Ýorientation="horizontal";
ÝÝÝÝÝÝÝÝ               Ýposition="relative";
ÝÝÝÝÝÝÝÝ               ÝaI("text=Home;url=http://www.pcfd1.org/;status=Back To Home Page;");
ÝÝÝÝÝÝÝÝ               ÝaI("text=About Us;showmenu=About Us;");
ÝÝÝÝÝÝÝÝ               ÝaI("text=Departments;showmenu=Departments;");
ÝÝÝÝÝÝÝÝ               ÝaI("text=Personnel;showmenu=Personnel;");
ÝÝÝÝÝÝÝÝ               ÝaI("text=Community;showmenu=Community;");
ÝÝÝÝÝÝÝÝ               ÝaI("text=Press Releases;showmenu=Press Releases;");
ÝÝÝÝÝÝÝÝ               ÝaI("text=Burn Info;showmenu=Burn Info;");
ÝÝÝÝÝÝÝÝ               ÝaI("text=Site Map;showmenu=Site Map;");
ÝÝÝÝÝÝÝÝ               Ý}
ÝÝÝÝÝÝÝÝ               ÝdrawMenus();
ÝÝÝÝÝÝÝÝ               </script>

I don't see that mess in your _data file. I'd take the above code out of the HTML page, clean it up, and put it back together with the _data file.

I'm not seeing any menu at all in Safari.

{Phoenix Fire Department, Fire & Life Safety Inspector}


Poster: beachdog
Dated: Monday March 22 2004 - 3:06:59 GMT

:D Thank you! Seems to be working across browsers and platforms now.