Hmm are you saying the same .aspx external file (menu content file) that shows up fine when in one directory no longer does when it's located in another folder? Make sure the path to the new file location is correct inside the contentsource setting:
Code:
ddsmoothmenu.init({
mainmenuid: "smoothmenu-ajax",
//customtheme: ["#1c5a80", "#18374a"], //override default menu CSS background values? Uncomment: ["normal_background", "hover_background"]
contentsource: ["smoothcontainer", "smoothmenu.htm"] //"markup" or ["container_id", "path_to_menu_file"]
})
Bookmarks