Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:39
Menu inside a table?
Poster: Andy
Dated: Thursday May 16 2002 - 4:53:58 BST
My site is very table dependent. It is also nearly completely database driven. I plan to keep it table driven.
How can I include the menu in a table cell? I know I can set the properties to have it look like it's in a cell, but c an I actually add it to a cell?
Re: Menu inside a table?
Poster: Andy
Dated: Thursday May 16 2002 - 7:38:41 BST
Search the forums and you'll find the answer.
Re: Menu inside a table?
Poster: sdf __at__ kjlkj.com
Dated: Friday May 17 2002 - 19:32:02 BST
Call the scripts like normal, but place:
<script>PlaceMenu("mainmenu")</script>
inside the cell of a table.
Re: Menu inside a table?
Poster: Andy
Dated: Saturday May 18 2002 - 2:23:44 BST
Thanks, I'll give this a try.
I did try searching the forum with little luck on a suggestion that worked.
Re: Menu inside a table?
Poster: Andy
Dated: Saturday May 18 2002 - 16:10:06 BST
Try this link:
http://www.milonic.co.uk/menu/forum/read.php?f=7
Re: Menu inside a table?
Poster: roy __at__ ecohauling.com
Dated: Sunday May 19 2002 - 15:39:08 BST
Cliff,
One thing should be noted. If you just throw it into a cell in NS4 it will crash and burn.
Give it it's own table
td
table
tr
td
<SCRIPT>PlaceMenu("mainmenu")</SCRIPT>
/td
/tr
/table
/td