can the menu handle anchored links ?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Shelleuk
Advanced
Advanced
Posts: 22
Joined: Thu Feb 26, 2004 12:45 pm
Location: Hackney London UK
Contact:

can the menu handle anchored links ?

Post by Shelleuk »

When I use anchor tags in my url string here on my Global Locations links:

with(milonic=new menuname("Global")){
style=menuStyle;
aI("text=Dallas;url=/locations.htm/#dallas;");
aI("text=Houston;url=/locations.htm/#houston;");
aI("text=Washington;url=/locations.htm/#washington;");
aI("text=Sydney;url=/locations.htm/#sydney;");
aI("text=Brisbane;url=/locations.htm/#brisbane;");
}

my main menu disappears on the locations page: when you've got there by clicking on one of city options anchors from the home page.......?
Michelle Cannon
User avatar
stephen702
Super Advanced
Super Advanced
Posts: 77
Joined: Wed Jul 16, 2003 4:53 am
Location: Davis, CA
Contact:

Post by stephen702 »

Try taking out the slash before the #

aI("text=Dallas;url=/locations.htm#dallas;");
Shelleuk
Advanced
Advanced
Posts: 22
Joined: Thu Feb 26, 2004 12:45 pm
Location: Hackney London UK
Contact:

Post by Shelleuk »

hoorah ! and rather stupid of me I think ! Thanks Stephen
Michelle Cannon
Post Reply