Menu control and CSS problem, please help
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a menu control, when I apply this class to the StaticHoverStyle it gets applied to the area behind the text and the area of Height:30px and width:100% so the effect is doble , any help on that?
.nav_hovermenu
{
height:30px;
Width: 100%;
cursor:pointer;
background-position: left top;
background-image: url(images/nav_hoover.gif);
background-repeat:repeat-x;
color:Blue;
}