Quantcast
Channel: The New Dawn » programming
Viewing all articles
Browse latest Browse all 8

IE8 renders blank sub menu items for ASP:Menu

$
0
0

This is a known issue. Add following CSS class to your page.

.IE8Fix
{
z-index:100;
}

And, apply that CSS to your menu’s DynamicMenuStyle.

<asp:Menu ID="ApplicationMenu" runat="server" Orientation="Horizontal">
            <DynamicMenuStyle CssClass="IE8Fix" />
</asp:Menu>

Credit goes to km Web Solutions.


Viewing all articles
Browse latest Browse all 8

Trending Articles