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
Multiple Menus on a Page - Table Layout
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.
A URL would help (as requested), as well as the version of the menu you're running.
John