Don't bite my head off...using FP '03 and to the best of my knowledge have followed Milonic's User Guide correctly, yet I fail to reap the desired ending.
I'm gobsmacked.
I know you lots are not paid by Milonic (which needs to be rectified), so my thanks go out to those who can save me from utter embarrassment as my site is seen all over...
Alright, to see what is on my site visit: http://www.tae-kwon.net
The code that is posted in the menu_data.js file is:
Code: Select all
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;
with(background=new mm_style()){
bgimage="xp_button_burnt.gif";
borderstyle="solid";
fontfamily="Georgia";
fontsize="75%";
fontstyle="italic";
fontweight="bold";
image="transparent.gif";
imagepadding=4;
itemheight=25;
itemwidth=160;
offcolor="#333300";
oncolor="#736F6E";
overbgimage="xp_button_burnton.gif";
subimage="black_7x7.gif";
subimagepadding=8;
}
with(milonic=new menuname("HOME")){
alwaysvisible=1;
itemheight=25;
itemwidth=160;
left=10;
orientation="horizontal";
style=background;
top=10;
aI("bgimage=xp_button_green.gif;image=xp_on.gif;overbgimage=xp_button_burnton.gif;
text=Home;url=http://milonic.com/;");
aI("bgimage=xp_button_green.gif;image=xp_eject.gif;overbgimage=xp_button_burnton.gif;
showmenu=Milonic;text=Milonic;");
aI("bgimage=xp_button_green.gif;image=xp_rl.gif;overbgimage=xp_button_burnton.gif;
showmenu=Links;text=Links;");
aI("bgimage=xp_button_green.gif;image=xp_locked.gif;overbgimage=xp_button_burnton.gif;
showmenu=My Milonic;text=My Milonic;");
}
with(milonic=new menuname("Our Programs")){
style=background;
aI("text=Dae Han TKD & MA;url=;");
aI("text=Tiny Tykes TKD;url=;");
aI("text=Women's Seminars;url=;");
aI("text=Youth Seminars;url=;");
aI("text=Korean Language Classes;url=;");
aI("text=Tour Korea;url=;");
}
with(milonic=new menuname("Parents' & Students' Corner")){
style=background;
aI("text=LOG IN;url=;");
aI("text=News & Events;url=;");
aI("text=Newsletter;url=;");
aI("text=Community Link;url=;");
aI("text=Schedule;url=;");
}
with(milonic=new menuname("Online Shop")){
style=background;
aI("text=Tuition;url=;");
aI("text=Merchandise;url=;");
}
with(milonic=new menuname("Gallery Plus")){
style=background;
aI("text=Pictures;url=;");
aI("text=Videos;url=;");
}
with(milonic=new menuname("Feedback")){
style=background;
aI("text=Feedback;url=;");
}
drawMenus();
I've copied the 4 files (mmenudom.js, mmenuns4.js, milonic_src.js and menu_data.js), and made their own folder as I could not, for the life of me, copy and paste them individually. Maybe that is important. Yes?
I've also cut and pasted this in my Index just after <body>:
Code: Select all
<SCRIPT language=JavaScript src="milonic_src.js" type=text/javascript></SCRIPT>
<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>"); </script>
<SCRIPT language=JavaScript src="menu_data.js" type=text/javascript></SCRIPT>
Save us!
Thanks a bundle,
Stoakley