Check out the image in the attachment. This is done using ASP:Menu and for some weird reason there is a different text background color on top of the background image. For the life of me I cannot get rid of it.
I am using asp:menu object to populate the menu.
.clsStaticMenuItem /*visible static menu item style*/
{
color: White;
border-left: 0pt solid gray;
width: 160px;
height: 35px;
background-image: url(images/bg1.jpg);
}
What is the style which can get rid of such a color??



Reply With Quote


Bookmarks