help - what other code do you paste on the page beside this one that goes in the cell  
<script language=JavaScript>
	            PlaceMenu("menuname")
	        </script>
This code below is at the bottom of the page and that is where the menu pops up....
<SCRIPT language=JavaScript src="menu_array.js" 
type=text/javascript></SCRIPT>
  <SCRIPT language=JavaScript src="mmenu.js" 
type=text/javascript></SCRIPT>
What do I take out and leave in?
			
			
									
						
										
						Seeking Bound to a Table Cell Expert
- 
				Surfergirl
 - Super Advanced

 - Posts: 77
 - Joined: Fri Jun 27, 2003 5:38 pm
 - Location: TCI
 
With version 5.0 you can embed the menu inside a table.
Tghe only requirement is that you set the position of the menu to relative with position="relative";
See here: http://milonic.com/v5_rc3/table.htm
Cheers
Andy
			
			
									
						
										
						Tghe only requirement is that you set the position of the menu to relative with position="relative";
See here: http://milonic.com/v5_rc3/table.htm
Cheers
Andy
- 
				Surfergirl
 - Super Advanced

 - Posts: 77
 - Joined: Fri Jun 27, 2003 5:38 pm
 - Location: TCI
 
I went through the entire mmenu.js and changed all the 'absolute'  to 'relative'.  Now nothing comes up. This was with version 3.5.5
Also tried to get it working with version 5 with no luck, in any directory, tried all combinations, read the forum, still remain dumber than a box of rocks.
I'm missing something. Does the script that is located in the table cell have to name where to find the menu_array.js? or is just the name enough ie <script language=JavaScript>PlaceMenu("boundmenu")</script>
			
			
									
						
										
						Also tried to get it working with version 5 with no luck, in any directory, tried all combinations, read the forum, still remain dumber than a box of rocks.
I'm missing something. Does the script that is located in the table cell have to name where to find the menu_array.js? or is just the name enough ie <script language=JavaScript>PlaceMenu("boundmenu")</script>
