I want to be able to get ride of the blue border around the images on my main nav on this page http://www.upc.org/testmenu/urban.aspx?id=382 but can not figure out how.
I have tried using borderwidth=0 and imageborderwidth=0 but it does not work. What am I doing wrong please help. My code is below:
Code: Select all
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=-2;
forceChildSubOpen=false;
resetAutoOpen=false;
with(menuStyle=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3399CC";
offcolor="#FFFFFF";
onbgcolor="#297AB8";
oncolor="#FFFFFF";
padding=4;
separatorcolor="#FFFFFF";
separatorsize=0;
subimage="transparent.gif";
itemheight=30;
itemwidth=114;
}
with(calendarmenu=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="11";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3399CC";
offcolor="#FFFFFF";
onbgcolor="#297AB8";
oncolor="#FFFFFF";
padding=4;
separatorcolor="#999999";
separatorsize=0;
subimage="transparent.gif";
itemheight=30;
itemwidth=114;
}
with(worshipmenu=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#98B573";
offcolor="#FFFFFF";
onbgcolor="#7A9170";
oncolor="#FFFFFF";
padding=4;
separatorcolor="#999999";
separatorsize=0;
subimage="transparent.gif";
itemheight=30;
itemwidth=114;
}
with(minmenu=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#429491";
offcolor="#FFFFFF";
onbgcolor="#357688";
oncolor="#FFFFFF";
padding=4;
separatorcolor="#999999";
separatorsize=0;
subimage="transparent.gif";
itemheight=30;
itemwidth=114;
}
with(missionmenu=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#CC6666";
offcolor="#FFFFFF";
onbgcolor="#A45266";
oncolor="#FFFFFF";
padding=4;
separatorcolor="#999999";
separatorsize=0;
subimage="transparent.gif";
itemheight=30;
itemwidth=114;
}
with(aboutmenu=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#EC8B67";
offcolor="#FFFFFF";
onbgcolor="#BD6F67";
oncolor="#FFFFFF";
padding=4;
separatorcolor="#999999";
separatorsize=0;
subimage="transparent.gif";
itemheight=30;
itemwidth=114;
}
with(stewardshipmenu=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3366CC";
offcolor="#FFFFFF";
onbgcolor="#2547AD";
oncolor="#FFFFFF";
padding=4;
separatorcolor="#999999";
separatorsize=0;
subimage="transparent.gif";
itemheight=30;
itemwidth=114;
}
with(newsmenu=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#7A7AA3";
offcolor="#FFFFFF";
onbgcolor="#66669A";
oncolor="#FFFFFF";
padding=4;
separatorcolor="#999999";
separatorsize=0;
subimage="transparent.gif";
itemheight=30;
itemwidth=114;
}
with(milonic=new menuname("null")){
itemheight=30;
itemwidth=114;
overflow="scroll";
}
with(milonic=new menuname("calendar")){
itemheight=30;
itemwidth=114;
overflow="scroll";
style=calendarmenu;
aI("text=Calendar;url=calendar_events.aspx;")
aI("text=Class Schedule;url=/calendar.aspx?id=80;")
aI("text=Schedule an Event;url=/calendar.aspx?id=198;")
}
with(milonic=new menuname("worship")){
itemheight=30;
itemwidth=114;
style=worshipmenu;
aI("text=Worship;url=/worship.aspx?id=36;");
aI("text=Worship Services;url=/worship.aspx?id=72;");
aI("text=Current Sermon Series;url=/worship.aspx?id=66;");
aI("text=Current Study Guide (PDF);url=/uploadedFiles/UPC_Website/CurrentStudyGuide.pdf;target=_blank");
aI("text=Online Audio;url=/worship.aspx?id=452");
aI("text=Podcasts;url=/worship.aspx?id=200;");
}
with(milonic=new menuname("ministries")){
itemheight=30;
itemwidth=114;
style=minmenu;
aI("text=Ministries;url=/ministries.aspx?id=38;");
aI("text=Adults;url=/adults.aspx?id=316;");
aI("text=Young Adults;url=/youngadults.aspx?id=362;");
aI("text=University Students;url=university/;");
aI("text=Jr. & Sr. High;url=/youth.aspx?id=410;");
aI("text=Children & Families;url=/cfm_home.aspx?id=364;");
aI("text=Music;url=/music.aspx?id=376;");
}
with(milonic=new menuname("mission")){
itemheight=30;
itemwidth=114;
style=missionmenu;
aI("text=Missions;url=/missions.aspx?id=40;");
aI("text=What We Believe;url=/missions.aspx?id=380;");
aI("text=Urban Missions;url=/urban.aspx?id=382;");
aI("text=Global Missions;url=/global.aspx?id=390;");
aI("text=Youth Missions;url=/missions.aspx?id=410;");
aI("text=University Missions;url=university/missions.aspx?;");
}
with(milonic=new menuname("about")){
itemheight=30;
itemwidth=114;
style=aboutmenu;
aI("text=About UPC;url=/aboutupc.aspx?id=42;");
aI("text=Leadership;url=/aboutupc.aspx?id=56;");
aI("text=Membership;url=/aboutupc.aspx?id=96;");
aI("text=Baptism;url=/aboutupc.aspx?id=160;");
aI("text=Employment;url=/employment.aspx?id=122;");
aI("text=Church History;url=/aboutupc.aspx?id=130;");
}
with(milonic=new menuname("stewardship")){
style=stewardshipmenu;
aI("text=Stewardship;url=stewardship.aspx?id=44;");
}
with(milonic=new menuname("news")){
itemheight=30;
itemwidth=114;
style=newsmenu;
aI("text=News/Resources;url=/newsresources.aspx?id=46;");
aI("text=UPC Times: Current;url=/newsresources.aspx?id=406;");
aI("text=UPC Times: Archive;url=/newsresources.aspx?id=202;");
aI("text=Audio Ministries;url=/audio.aspx?id=112;");
aI("text=UPC Library;url=/newsresources.aspx?id=398;");
aI("text=Useful Links;url=/newsresources.aspx?id=192;");
}
drawMenus();
Thanks.
Kevin