Search found 2 matches

by Roy
Sat Jun 22, 2002 2:22 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Need help placing Menu in a Table?
Replies: 16
Views: 11609

Here's a way that seems to work.

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

</head>
<body>

<table>
<tr>
<td align="center">

<table width="150"><tr><td>
<script>PlaceMenu ...
by Roy
Sat Jun 22, 2002 2:43 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Need help placing Menu in a Table?
Replies: 16
Views: 11609

It should be noted the way vishmehra did it will crash and burn in NS4

The menu needs to have a table all to itself like racine did it. That table can then be placed inside a td cell on your page.

<td>
<table><tr><td>
<script>PlaceMenu("menu1")</script>
&nbsp;
</td></tr></table>
</td>