I was using just simple background colors, borders, etc. However, now, I'd like to use images.
I'm currently using version 5.748, dated June 8th, 2006.
I looked over the beginner Guide (http://milonic.com/beginner.php) and found that I wanted to utilize the background images section near the bottom of the page. However, I didn't do something correct I don't guess as it didn't affect my layout except for the text changes I made.
What am I doing wrong?
You can see the menu code at this URL: http://www.arsnonline.com and my menu_data.js code is below. Perhaps I need to remove something from this?
Any help is appreciated.
Ben
Code: Select all
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()){
bordercolor="FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="89%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#993300";
offbgcolor="#cc3300";
offcolor="#ffffff";
onbgcolor="#cc3300";
oncolor="#e0e0e0";
outfilter="";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#993300";
pagecolor="#000000";
separatorcolor="#000000";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}
drawMenus();