有人有解决 ie8 中 aspnet 菜单控件无法正确呈现的解决方法吗?
我正在使用 vs2008 用 C# 编程 asp.net。
我的应用程序在 ie7 中运行良好,但下拉菜单在 ie8 中无法呈现。 显示白色矩形而不是菜单项。 我检查了 viewsource,菜单的 html 看起来不错。
有人有解决办法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试使用
元标记,详细信息如下:http://www.microsoft.com/windows/internet-explorer/readiness/developers-new。 aspx#dom
Try using the
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
meta-tag as detailed here: http://www.microsoft.com/windows/internet-explorer/readiness/developers-new.aspx#domhttp://blogs.msdn.com/giorgio/archive/2009/02/01/asp-net-menu-and-ie8-rendering-white-issue.aspx
http://blogs.msdn.com/giorgio/archive/2009/02/01/asp-net-menu-and-ie8-rendering-white-issue.aspx
ms发布了补丁,这是他们的下拉控件中的错误
ms released the patch, it is bug in their dropdown control