mgthantzin.com/blog updates from me

about him

Posts Tagged ‘ie8’

IE8 renders blank sub menu items for ASP:Menu

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.