netscape 4.7 shows menu outline in text menu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
chaimooo
Beginner
Beginner
Posts: 7
Joined: Tue Jul 23, 2002 4:30 pm

netscape 4.7 shows menu outline in text menu

Post by chaimooo »

See " visit another florida city"

http://florida.com/php/city_new1.htm


The menu line shows up next to down arrow
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Not entirely sure what you're seeing in your failure. In NS4.79 I see what appears to be a properly functioning menu under Visit Another City. In IE6, however, I see problems. Sometimes the triangle in the sub-menu is lined up directly on the sep line between menu items rather than being lined up with the text. Also, the other menu rollovers are not working right. The rollover text moves to a different position within the menu area, almost entirely off the bottom so it is not readable at all. Also the images do not show up either.

You're one level down on your script. Try updating to 3.5 - lots of fixes and additions.
John
chaimooo
Beginner
Beginner
Posts: 7
Joined: Tue Jul 23, 2002 4:30 pm

Post by chaimooo »

jgillett wrote:Not entirely sure what you're seeing in your failure. In NS4.79 I see what appears to be a properly functioning menu under Visit Another City..
I updated.....

It looks like this Visit Another Florida City (arrow)|

You don't see the | after the arrow?


Only shows in 4.79
jgillett wrote: Also, the other menu rollovers are not working right. .

Thats anither question--- Can I combine the graphic rollovers and the text menu which are in completely different areas in the same menu_array.js --
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

OK, now I do see the | you're talking about at the right edge of the menu. It barely shows on my system.

You have...

Code: Select all

,"Visit Another Florida City  ","show-menu=news",,"",1
Try changing that to...

Code: Select all

,"Visit Another Florida City  ","show-menu=news",,"",0
That will remove the menu separator which I think is what is showing.
John
Post Reply