Menu Display in Netscape

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
mbrennanwhite
Beginner
Beginner
Posts: 2
Joined: Thu Jun 20, 2002 3:15 pm

Menu Display in Netscape

Post by mbrennanwhite »

Good Morning,

I am having trouble with the display of my sidemenu on one of my pages in Netscape 6.0. It is displaying on top of the text of the page.

http://www.state.nh.us/treasury
displays correctly in IE but not in Netscape.


http://www.state.nh.us/Treasury/Divisions/Bio/Bio.htm
displays correctly in both browsers.

The code for both pages are ostensibly the same because they are based on the same Dreamweaver Template in regards to the table layout.

They are using the same .js files to generate the menu via the src attribute of the script tag.

http://www.state.nh.us/treasury/SideMen ... u_array.js
http://www.state.nh.us/treasury/SideMenu/mmenu_array.js" http://www.state.nh.us/treasury/SideMenu/mmenu.js

Any suggestions you could suggest regarding this issue and implementation of the menu would be greatly appreciated.

Sincerely,

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

Post by Andy »

Hi,

It's a HTML issue - Netscape 6 isn't processing the 95% table width properly for the left hand column.

If you change this to the width of the menu this should pad it out with the necessary width.

Hope this helps
Andy.
Post Reply