HFP
Junior Member
Posts: 2
Registered: 5/12/2005
Member Is Offline
|
| posted on 5/12/2005 at 12:39 PM |
|
|
Menu not appearing on php page
I'm trying to get a Tigra menu to appear on a php page. I have
<link rel="stylesheet" href="menu.css">
<script language="JavaScript" src="menu.js"></script>
<script language="JavaScript" src="menu_items.js"></script>
<script language="JavaScript" src="menu_tpl.js"></script>
in the header
and
<script language="JavaScript">
new menu (MENU_ITEMS, MENU_POS);
</script>
just before the </body> tag, and all three of the .js files generated by Tigra Menu are in the directory where the php page is. However, the
menu does not appear.
The page with the problems is located at http://www.theexplorersguild.com/newsite/ .
Does anyone have any ideas about why the menu isn't showing up?
|
|
|
HFP
Junior Member
Posts: 2
Registered: 5/12/2005
Member Is Offline
|
| posted on 5/12/2005 at 08:17 PM |
|
|
Don't follow the link that's in the message above. The page there won't have the code in it, as I've removed the javascript stuff for now, until
I can figure out what's going wrong.
|
|
|