I want to make entire menu item area clickable instead of only text. I had refered net and tried a lot but nothing gave me solution.
This is my CSS class for menu item:
.temp {
display:block;
width:100%;
height:100%;
text-align:center;
font-size:15px;
}
I had included this css class as follows:
<asp:Menu ID="Navigation" runat="server">
<StaticMenuItemStyle Height="30px" CssClass="temp" />
<DynamicHoverStyle BackColor="White" />
<DynamicMenuItemStyle BackColor="#0080c0" CssClass="temp" />
<DynamicMenuStyle CssClass="temp" width="132" BackColor="#99CCFF" />