Netscape 7.1 Menu Width Issue

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dysfixal
Beginner
Beginner
Posts: 2
Joined: Wed Mar 31, 2004 9:14 am

Netscape 7.1 Menu Width Issue

Post by dysfixal »

Okay, so I've got everything fitting the way I want it in IE. However, in Netscape 7.1 the menu is squashed, and word wraps. Here's a link to my test page:

http://darkwing.uoregon.edu/~uofa/test/public_html/

Any help would be appreciated, before I go and bother the fine people behind Milonic =][/url]
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

To prevent word wrap use space character:
& n b s p ;
without the spaces to show here, between words.

Where you have only numeric values try removing the quotes, like you have on alwaysvisible=1;

Does that help?

maz
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Also, you need to upgrade your 3 menu files [milonic_src.js, mmenudom.js, mmenuns4.js] to the newest. You are at 5.04, we are now at 5.1. I tried using your menu_data file and just upping the others to my 5.1 version and it fixed the issue. If you go to http://milonic.com/forum/viewtopic.php?t=3108 which is for the current menu release, and mark it as 'watch this topic' you will get an email telling you as each release comes out. There is also a log telling what was done http://milonic.com/menuvinfo.php
Also, as Maz pointed out get the "" out when not needed and don't forget to put in all your semi-colons. The last two items in the main menu are missing them

Code: Select all

status=Apply Now Online"); 
should have a ; just before the "

Ruth
dysfixal
Beginner
Beginner
Posts: 2
Joined: Wed Mar 31, 2004 9:14 am

Post by dysfixal »

Thanks very much for the help. The update made all the difference. And as far as the semicolons, oops, I had accidentaly del'd those while trying to fix things before ;)

Thanks again!
Post Reply