Seeking Bound to a Table Cell Expert

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Surfergirl
Super Advanced
Super Advanced
Posts: 77
Joined: Fri Jun 27, 2003 5:38 pm
Location: TCI

Seeking Bound to a Table Cell Expert

Post by Surfergirl »

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?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

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
Surfergirl
Super Advanced
Super Advanced
Posts: 77
Joined: Fri Jun 27, 2003 5:38 pm
Location: TCI

Post by Surfergirl »

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>
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

If you change anything in mmenu.js chances are it will break.

The only way to go with this will be version 5.0.

You should be able to either embed the whole menu inside a table or embed just one menu.

We hope to get some documentation released within the next few days.

Cheers
Andy
Post Reply