Skip to main content

Posts

Showing posts with the label IE8 rendering

ASP.NET Menu and IE8 rendering white issue

In IE8 the zindex by default return "auto", but when zindex value has been set, the ASP.NET Menu control assumes a different value. To over come the white issue, just edit your stylesheet and enter z-index: 100 ; or for the sub menu or any class or ID that you are using to specify the dropdown menu.