I have successfully constructed a simple horizontal menu which works, and have managed to position it on my pages using Method 2 as shown in the beginners section.
My problem now is getting my sub menu pages to open!
Part of the sub menu contained in the sub_data.js is
and I have the pages out_06.html & out_07.html in the same file as the js files etc.with(milonic=new menuname("Outings")){
overflow="scroll";
style=menuStyle;
aI("text=Snowdon 2006;url=out_06.html;")
aI("text=Helvellyn 2007;url=out_07.html;")
}
However, when I test the menu and click on the sub menu item, I get the file not found message, even though the path shown seems to be correct.
Any ideas please?