Vertical menu (sample2) in TABLE

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Cista
Advanced
Advanced
Posts: 26
Joined: Sat May 25, 2002 1:58 pm

Vertical menu (sample2) in TABLE

Post by Cista »

Hello,

I'd like to use the sample 2 in a table

Code: Select all

<table width="1024px" height="768px" border="1" align="center">
<tr>
        <td colspan="3" height="80px">&nbsp;</td>
</tr>
<tr>
         <td width="15%">
             <SCRIPT language=JavaScript src="milonic_src.js" type=text/javascript></SCRIPT>	
	<script	language=JavaScript>
	if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");		
	  else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>"); 
	</script>
	<SCRIPT language=JavaScript src="menu_data.js" type=text/javascript></SCRIPT>	
          </td>
          <td>&nbsp;</td>
          <td width="15%">&nbsp;</td>
</tr>
</table>
The menu still appear in the top left. I'd like to see it in the top left of the first verticla cell.

Could you help me ?

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

Post by John »

Post a URL (as requested) so we can see your menu code.
John
Post Reply