See " visit another florida city"
http://florida.com/php/city_new1.htm
The menu line shows up next to down arrow
netscape 4.7 shows menu outline in text menu
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.
You're one level down on your script. Try updating to 3.5 - lots of fixes and additions.
John
I updated.....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..
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 --
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...
Try changing that to...
That will remove the menu separator which I think is what is showing.
You have...
Code: Select all
,"Visit Another Florida City ","show-menu=news",,"",1
Code: Select all
,"Visit Another Florida City ","show-menu=news",,"",0
John