wierd things happening to the menu layout in Netscape 7.1

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
peterarcari
Beginner
Beginner
Posts: 5
Joined: Wed Dec 17, 2003 9:52 pm
Location: Ontario, Canada

wierd things happening to the menu layout in Netscape 7.1

Post by peterarcari »

When you visit this page:
http://www.uvl.ca/peter/
the menu works just fine, but when you click on "find a location near you", which brings you to here:
http://www.uvl.ca/peter/member.htm
the menu rollovers suddenly start showing up in random places and some of them don't follow the menu width command.

What is the difference? Why does it work on one page and not the other?
This problem does not happen in IE or Netscape 4.08, but it happens in the latest Netscape 7.1.

Thanks in advance for any help.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

I can't get the effect you describe. What OS are you using?

Kevin
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Try moving your <CENTER> tag down to after the menu.

We are looking at this but in the meantime, the above will work for now.

Cheers
Andy
peterarcari
Beginner
Beginner
Posts: 5
Joined: Wed Dec 17, 2003 9:52 pm
Location: Ontario, Canada

Is it possible to post or send the sceenshot?

Post by peterarcari »

I'm in XP but I believe someone has emailed me about the problem who was using Win2K. We both see the problem.

Is it possible to post or send the sceenshot? It's quite eratic what is happening.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

You can add a screen shot to this forum post if you like.

-- Andy
peterarcari
Beginner
Beginner
Posts: 5
Joined: Wed Dec 17, 2003 9:52 pm
Location: Ontario, Canada

Check out these screen shots

Post by peterarcari »

I could not figure out how to upload screenshots so I made a webpage with a few shots and a description. Allow time for the 4 inline images to load as they are about 100kb each. Please let me know what you think.

http://www.peterarcari.com/milonic.htm
peterarcari
Beginner
Beginner
Posts: 5
Joined: Wed Dec 17, 2003 9:52 pm
Location: Ontario, Canada

a note about the menu code

Post by peterarcari »

In case this is important, I want to be clear that the menu is set to relative to allow it to float with the table. This is the same for the homepage which works fine. :?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Peter,
Andy wrote:Try moving your <CENTER> tag down to after the menu.
I just had a look at your code and noticed that , at least the way it is now, you still have the <center> tag above the menu. Did you try Andy's suggestion... moving the <center> tag so that it occurs after the loading of the .js menu source files? It looks to me like, in your screen caps, the unnaturally wide submenu is trying to center itself, so I think you might waht to give Andy's suggestion a shot.

I've seen other odd behavior when embedding menu code in a table. So, another possibility to consider would be to remove your main menu code from the table cell and put it in your menu_data.js file along with your other menu definitions. You could use a combination of three of the menu's built-in positioning properties - screenposition, top, and a left offset - to place the menu where it is now, and still have it track when the page is resized.

Hope that helps,

Kevin
peterarcari
Beginner
Beginner
Posts: 5
Joined: Wed Dec 17, 2003 9:52 pm
Location: Ontario, Canada

That's the fix

Post by peterarcari »

:D I tried moving the <center> tag down and that has solved the problem. I am very thankful for the great work on your end. Thanks for your help. :D
Post Reply