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]
Netscape 7.1 Menu Width Issue
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 should have a ; just before the "
Ruth
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");
Ruth