Below are the classes but these apply to the menubox itself I do not know what the font element is called in CSS with respect to the ASP.Net menu control.
.menuclass
{
border-top:solid 0px black;
border-right:solid 1px #b1b1b1;
border-left: solid 0px white;
border-bottom:solid 0px white;
font-family:Verdana;
font-size:smaller;
background-image:url('/ima
font-weight:bold;
}
.menuitemselected
{
border-top:solid 0px black;
border-right:solid 1px #b1b1b1;
border-left: solid 0px white;
border-bottom:solid 0px white;
font-family:Verdana;
font-size:smaller;
background-image:url('/ima
font-weight:bold;
}
.menuitemhover
{
border-top:solid 0px black;
border-right:solid 1px #b1b1b1;
border-left: solid 0px white;
border-bottom:solid 0px white;
font-family:Verdana;
font-size:smaller;
background-image:url('/ima
font-weight:bold;
}
Main Topics
Browse All Topics





by: TheKylePosted on 2007-09-29 at 10:32:38ID: 19984610
All you have to do is set the background of the element containing the text to "none". If you give some sample code, then I might be able to help more.