How to put menu in HTML Page table Structure using XP Style

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
User avatar
aythora
Beginner
Beginner
Posts: 2
Joined: Wed Apr 30, 2003 2:07 pm
Location: United Kingdom

How to put menu in HTML Page table Structure using XP Style

Post by aythora »

Hello There,

I am using the XP Style Menu by Milonic

i cannot figure out how to put my menus in the table structure rather then defining the Top and Left positon i th .js file.

what i do at the moment is just have these entries in the head part of the HTML.

<script language="JavaScript" src="reserve/script/menu_array.js"/>
<script language="JavaScript" src="reserve/script/mmenu.js"/>

and the problem is i don't want to define the menus top position and start position instead i want to put my menus in the structure which i already have on my HTML page

<table>
<tr>
<td>
.... Some menu function which will put my menu in this container
</td>
</tr>
</table>

i also see a dumpmenu function in menu_array.js at the bottom of the .js file if i remove the dumpmenu function it comes up with an error on the page.

please if anyone could help me out in this

Many Thanx

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

Post by John »

See http://www.milonic.co.uk/menu/menusampl ... ampleid=21 for a complete example of how to do this (and lots of other samples as well).

Also, do not remove anything from the menu code, especially dumpmenus() :!: As you found out - won't work.
John
Post Reply