I am programming asp.net in C# using vs2008.
My app runs fine in ie7, but the drop down menu does not render in ie8. A white rectangle shows up instead of the menu items. I checked viewsource and the html for the menu looks good.
Anyone have a fix?
I am programming asp.net in C# using vs2008.
My app runs fine in ie7, but the drop down menu does not render in ie8. A white rectangle shows up instead of the menu items. I checked viewsource and the html for the menu looks good.
Anyone have a fix?
尝试使用<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">此处详述的元标记:http: //www.microsoft.com/windows/internet-explorer/readiness/developers-new.aspx#dom
ms发布了补丁,这是他们下拉控件中的错误