gilowyn
Junior Member
Posts: 3
Registered: 9/20/2003
Member Is Offline
|
| posted on 12/22/2003 at 10:56 PM |
|
|
Problem getting menu into html
I used the online builder to create the menu, then downloaded the Pro files (yes, I have a license), and added the pro menu.js.
I made adjustments to _items and css, sticking to the documentation.
Tried to include the menu into the navigation frame, code looks as follows:
<body background="images/page/bg_left.jpg">
<script language="JavaScript" src="menu/menu.js"></script>
<script language="JavaScript" src="menu/menu_items.js"></script>
<script language="JavaScript" src="menu/menu_tpl.js"></script>
<script language="JavaScript">
<!--//
new menu (MENU_ITEMS, MENU_POS, MENU_STYLES);
//-->
</script>
</body>
But - it just doesn't work. I'll attach the _items-file - and hope someone can help.
SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED
SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED
SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED
SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED
SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED SOLVED
reason:
<!--//
new menu (MENU_ITEMS, MENU_POS, MENU_STYLES);
//-->
MENU_STYLES not needed in Pro anymore
Attachment: menu_items.js (1.69kb)
This file has been downloaded 503 times
|
|
|
|