Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:39
can the menu handle anchored links ?
Poster: Shelleuk
Dated: Friday March 5 2004 - 13:41:00 GMT
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.......?