Positioning the menu myself..

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
martin1
Beginner
Beginner
Posts: 1
Joined: Sat Oct 22, 2005 2:51 pm

Positioning the menu myself..

Post by martin1 »

Hi there,

Long time since ive been here..
I see the development continued even when i was gone. :)
But im an old fashioned guy and still use the older menu ,i think its Milonic Version 3.5.15 ?

Anyway,my problem is that wanna put the menu where i want to..
Then ..long ago..i had it on top so that was okay.
But imagine that i have a created header with tables etc...and at the bottom i want to put it there...
But i cant cause in the code it shows.

Code: Select all

0,			// Menu Top - The Top position of the menu in pixels
0,			// Menu Left - The Left position of the menu in pixels
I tried fooling around withit but nothing works.

The last part of my header looks like this..

Code: Select all

<td width="100%" colspan="10" align="center">
   MY OTHER TEXT MENU WAS HERE
    </td>
So my intention was to put this:

Code: Select all

<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>

Code: Select all

<td width="100%" colspan="10" align="center">
   <SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
    </td>
But that doesnt work cause the menu still shows on top.
How do i solve this ?

Martin
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Version 5 is the only version that will do proper relative positioning so looks like you will need to upgrade.

There is a demo at http://milonic.com/menusample9.php and some notes at http://milonic.com/tablemenu.php
Post Reply