Ruth wrote:That's the size of the menu.
Ok. Understood.
Ruth wrote:As to the two sets of directions, I don't know about that, what two sets? Are the files named differently and have different instructions?
Here's top part of menu_data.js:
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="
http://7times.org/menu/menuimages/orangedots.gif";
imagepadding=6;
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="
http://7times.org/menu/menuimages/whitedots.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="
http://7times.org/menu/menuimages/arrow.gif";
subimagepadding=2;
}
with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="
http://7times.org/menu/menuimages/arrow.gif";
subimagepadding=2;
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="top;center";
-----
Most other menu .js's just have one set of info above the "with(milonic=new..."
I'm using Corporate (I think)
Ruth wrote:BTW, just for info because I suffer from that also, that old timers disease is called OAS with complications of CRS [Old Age Syndrome and Can't Remember ...[Stuff]
Ruth
Heheheheh .... I'll TRY to remember those acronyms, but no promises.
Thanks Ruth.
Ken