menu size and position wrong in Netscape 7

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
elar
Beginner
Beginner
Posts: 4
Joined: Tue Apr 22, 2003 11:02 pm

menu size and position wrong in Netscape 7

Post by elar »

I have a menu positioned near the top of my page. It is set to be 744 pixels wide (124, // Menu Width - Menus width in pixels - 6 cells wide)

Works fine in Net 4.7, and IE. but in Netscape 7 it is close to 800 pixels wide and offset lower than in other browsers.

Here are the position settings:
95, // Menu Top - The Top position of the menu in pixels
8, // Menu Left - The Left position of the menu in pixels
124, // Menu Width - Menus width in pixels
1, // Menu Border Width
, // Screen Position - here you can use

Any idea how to keep it the same size and in the same place in all browsers?

Thanks!
Eric
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 Eric,

Have you set the page margins to zero?

Kevin
elar
Beginner
Beginner
Posts: 4
Joined: Tue Apr 22, 2003 11:02 pm

Post by elar »

Well, I actually like the default margins. I did try your suggestion. But the problem is that the menu "floats" above the page. I have the script tags as the first line after the body tags and the .js file is determining the location of the menu relative to the top and left of the page.

It's fine in everything but N7. What is wierd is that now that I am looking at it the top and left positioning of it are fine. but my page is set up as a table 750 pixels wide, and the menu is 744 pixels and it still extends beyond the table on the right side about 50 pixels.

Eric
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 Eric,

Are you able to post a URL, so we can see what's going on and look at the code?

Kevin
elar
Beginner
Beginner
Posts: 4
Joined: Tue Apr 22, 2003 11:02 pm

Post by elar »

Yes, here it is:

http://fretlessbass.com/ne/home.html

You'll see in Netscape 7 it goes past the table to the right. In IE and NT 4.7 it fine.

Thanks
Eric
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 Eric,

I think the problem stems from your menu version. You're using version 3.3.19 of mmenu.js (I'm guessing you got this from dynamicdrive.com). The current version is 3.5.15. I tested your menu with the current version, and the positioning and sizing problems go away in NS7.

You can download the current version here. Please also read the note for v3.5.14 in the version information page. If it applies to you, then you may want to replace the pertinent line in your menu_array.js with the same line from the menu_array.js that comes with the update (in downloaded zip file).

Hope that helps,

Kevin
elar
Beginner
Beginner
Posts: 4
Joined: Tue Apr 22, 2003 11:02 pm

Post by elar »

That fixed it!!! Thanks so much for your help!!!
Eric
Post Reply