Issues with Netscape 4.7

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
findcam
Beginner
Beginner
Posts: 3
Joined: Wed Apr 06, 2005 8:07 pm

Issues with Netscape 4.7

Post by findcam »

With 4.7 on a mac, Netscape opens the site and then immediately closes it over and over and over.

here is the code:

any help?

Code: Select all




_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out default 500
_menuOpenDelay=75            // The time delay before menus open on mouse over default 150
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x




with(menuStyle=new mm_style()){
onbgcolor="#990000";
oncolor="#ffffff";
offbgcolor="#055172";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#C84242";
separatorsize="0";
padding=7;
fontsize="10pt";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, san-serif";
pagecolor="#ffffff"; //current page
//pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0.1)";
}
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,
I need a url to see the page. I just tried it and it is working fine on my desktop. I have Netscape 4.79

Ruth
findcam
Beginner
Beginner
Posts: 3
Joined: Wed Apr 06, 2005 8:07 pm

Post by findcam »

oops sorry about that Ruth!

http://www.classactionnet.org

Thanks for your prompt reply.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I'm still not able to reproduce the problem. The page loads fine. I've got Netscape 4.79

You need to upgrade your menu files, you are not even using the final release of the menu. You have a beta release and are downlevel some 100 releases more or less.

Keep the old version someplace just incase there is a problem with a script or something on your site with the new version. Upload the 3 new base files milonic_src.js, mmenudom.js, mmenuns4.js. Your two menu_data files are fine, you just need to upgrade the other three.

I'm sorry I can't figure what's wrong, but everything looks fine in the coding and it loads fine for me. I'm on win98se.

Ruth
findcam
Beginner
Beginner
Posts: 3
Joined: Wed Apr 06, 2005 8:07 pm

Post by findcam »

Ruth, Thanks for your help, I will see if it works. I added the new menu abut one thing, it now added 'MILONIC' to the menu bar any idea of how to get rid of that?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Go to http://milonic.com/ and scroll down a bit to NEW - Free Menu Licensing Trial.
John
Post Reply