Sign in | Join
Last post 09-30-2009 1:02 PM by amp0201. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
I am using the visual studio 8 menu in my application. It works fine in IE 7 but the sub-menus are not visible in IE 8. Is there a fix for this problem? Thanks for your help.
Ken McLean
Refer to: http://weblogs.asp.net/bleroy/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx
Add this line code in the markup code,
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
To know why, please check this article,
http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx
Hi,
I was having the same problem, but adding the meta tag work like crisp. Thanks a lot.
Thanks,
Akhil