mark_usa
Newbie
Posts: 1
Registered: 8/31/2005
Location: Rochester, Michigan
Member Is Offline
|
| posted on 8/31/2005 at 04:49 PM |
|
|
Newbie Question (hopefully easy) menu layout
Thanks to all who take the time to view my question whether you're able to help or not.. but please try to help whether you are a novice or a more
experienced Tigra user.
to get the menu item "food" to be visible
i have to list it twice, (the first food entry not being visible)
it's probably a syntax error
my menu_items.js follow:
// menu_items.js file
var MENU_ITEMS =[
["Home", 'http://www.bioresearchsol.com/Frames/home.html', {'tw' : 'content'}],
["Testing Services", null,
["Food", "food1.html"],
["Food", 'http://www.bioresearchsol.com/Frames/food.html', {'tw' : 'content'}],
["Pharmaceutical", 'http://www.bioresearchsol.com/Frames/pharm.html', {'tw' : 'content'}],
["Water", 'http://www.bioresearchsol.com/Frames/water.html', {'tw' : 'content'}],
["Environmental", 'http://www.bioresearchsol.com/Frames/environ.html', {'tw' : 'content'}]
],
["Special Services",
'http://www.bioresearchsol.com/Frames/special.html', {'tw' : 'content'}],
["Contact Us",
'http://www.bioresearchsol.com/Frames/contact.html', {'tw' : 'content'}],
["About Us", 'http://www.bioresearchsol.com/Frames/about.html', {'tw' : 'content'}]
];
Ideas ?
thanks again
|
|
|
|