eroles
11-02-2010, 12:31 AM
1) Script Title: mencontent.js
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I have created a drop down menu using anylinkmenu.js
Here is an example of part of it:
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
["Easy Climbs", "alpine.html#easy"],
["Classic Mountaineering", "alpine.html#classic"],
["Harder Routes", "alpine.html#hard"]
So "Easy Climbs" should go to:
http://www.alpinism.com/NEW/alpine.html#easy
Once upon a time I put things in a folder called ALPINISM. This no longer exists and I cannot find it in ANY of the code but for some reason my link always goes to:
http://www.alpinism.com/New/ALPINISM/alpine.html#easy
Please help as it is driving me crazy.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I have created a drop down menu using anylinkmenu.js
Here is an example of part of it:
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
["Easy Climbs", "alpine.html#easy"],
["Classic Mountaineering", "alpine.html#classic"],
["Harder Routes", "alpine.html#hard"]
So "Easy Climbs" should go to:
http://www.alpinism.com/NEW/alpine.html#easy
Once upon a time I put things in a folder called ALPINISM. This no longer exists and I cannot find it in ANY of the code but for some reason my link always goes to:
http://www.alpinism.com/New/ALPINISM/alpine.html#easy
Please help as it is driving me crazy.