Multiple Menus on a Page - Table Layout

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jlwood
Advanced
Advanced
Posts: 17
Joined: Wed Apr 30, 2003 2:59 pm

Multiple Menus on a Page - Table Layout

Post by jlwood »

I currently create my menu like the following:

<SCRIPT language=JavaScript src="nav/milonic_src.js" type="text/javascript"></SCRIPT>
<SCRIPT language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=nav/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=nav/mmenudom.js><\/scr"+"ipt>");
</SCRIPT>
<SCRIPT language=JavaScript src="nav/menu_data.js" type="text/javascript"></SCRIPT>

<TABLE cellpadding="0" cellspacing="0" border="0">
<TR>
<TD valign="top"><SCRIPT language="JavaScript" type="text/javascript">drawMenus();</SCRIPT></TD>
</TR>
</TABLE>

Now I need to add an additional menu to my page, but am unsure how to do so.

Thanks in advance,
Joe
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

What you have posted is not correct for table-based menus. See this for the correct setup, then we'll branch out.

A URL would help (as requested), as well as the version of the menu you're running.
John
Post Reply