Netscape 4.7 Table Prolblems, Menu stuck at top

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
kjavitz
Beginner
Beginner
Posts: 3
Joined: Tue Sep 10, 2002 4:49 pm
Location: California
Contact:

Netscape 4.7 Table Prolblems, Menu stuck at top

Post by kjavitz »

on this web site http://www.itwebexperts.com/calfinewire/index.asp I am having a problem in netscape of the menu getting stuck on top of the screen with the services overview page, I am totally stumped. Here is the html code when the menu "sticks" at the top and does not load the rest of the page, and the code for the menu after the html:

HTML Code:

<BASE HREF="http://localhost/calfinewire/">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>California Fine Wire</TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="IT Web Experts">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
<link rel="stylesheet" href="style.css">

<LAYER blah blah blah....></A></TD></TR></TABLE></LAYER></LAYER>
</HEAD>

<BODY>
<TABLE cellpadding="0" cellspacing="0" width="800"><TR><TD>

<IMG src="images/logo.gif" width="796" height="200"><BR><BR>

<TABLE cellpadding="0" cellspacing="0" border="0">
<FORM>
<TR><TD width="556" valign="top"><DIV id="boundmenuDIV" style="width:1;height:1;position:relative"></DIV><DIV id="boundmenuDIV" Ttyle="width:1;height:1;position:relative">

Menu Code:

addmenu(menu=[
"Services",
,
,
130,
1,
,
SubStyle,
0,
,
"Fade(duration=0.5);Alpha(style=0,opacity=95);Shadow(color=777777, Direction=135, Strength=5)",
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Overview","servicesoverview.asp",,,1
,"Information On","show-menu=Information","#",,1
])
Post Reply