简体   繁体   English

Flash菜单的Javascript未在IE9中加载,但在所有其他浏览器中都可以正常运行

[英]Javascript for flash menu not loading in IE9 but fine in all other browsers

I have a flash menu on a site. 我在网站上有一个Flash菜单。 The menu works fine in all browsers EXCEPT IE9. 该菜单在除IE9之外的所有浏览器中均能正常工作。 It looks like this javascript file is not loading: 看来此javascript文件未加载:

<script type="text/javascript" src="scripts/ActiveContentDropDownWide.js"></script>

In IE9 it just displays BUTTON1, BUTTON2 etc but in all other browsers it displays the complete menu. 在IE9中,它仅显示BUTTON1,BUTTON2等,但在所有其他浏览器中,它显示完整的菜单。 This is what happens when the ActiveContentDropDownWide.js script is removed which is why it seems to be a problem with that script and IE9. 这就是删除ActiveContentDropDownWide.js脚本时发生的情况,这就是该脚本和IE9似乎有问题的原因。 But I could be wrong? 但是我可能是错的?

Any ideas would be greatly appreciated. 任何想法将不胜感激。

Try doing a Fiddler capture with IE9 and FF. 尝试使用IE9和FF进行Fiddler捕获。 Then, compare the 2 captures using Fiddler's Diff feature. 然后,使用Fiddler的Diff功能比较两个捕获。

在我看来,菜单隐藏在内容的后面,如果div内的Flash菜单是z索引问题,请给它较高的z索引号或google来解决ie9 z索引问题。

The javascript file that powers some of the menu needed to be updated with a new version that supports IE9. 支持某些菜单的javascript文件需要更新为支持IE9的新版本。 Once I updated it, the menu worked fine in IE9. 更新后,菜单在IE9中可以正常工作。 Thanks. 谢谢。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Javascript无法在IE中运行,但所有其他浏览器都可以正常运行 - Javascript not working in IE, but all other browsers are working fine Javascript“ imageflow” IE无法加载,在其他浏览器中运行缓慢 - Javascript “imageflow” IE not loading, slow in other browsers 原型JavaScript可在所有浏览器中本地工作,但不能在服务器上的IE9中工作 - Prototype JavaScript working locally in all browsers, but not in IE9 on server JavaScript无法在ie11中正常运行,但在所有其他浏览器中都能正常运行 - JavaScript not functioning as expected in ie11 but works fine in all other browsers JavaScript无法在IE上运行,但在所有其他浏览器中都可以 - JavaScript not working on IE, but OK in all other browsers 滑动在IE中不起作用。 但它在所有其他浏览器中都可以正常工作 - Sliding is not working in IE . But it works fine in all other browsers jQuery .load在IE上不起作用(在所有其他浏览器上正常工作) - jQuery .load not working on IE (Works fine on all other browsers) 简单的javascript褪色效果在IE7 / 8中不起作用,在其他浏览器中效果很好 - Simple javascript fading effect not working in IE7/8, fine in other browsers 我的Javascript代码在IE中不起作用,但在其他浏览器中也可以正常工作 - My Javascript code does not work in IE but works fine in other browsers IE8不能与jQuery .show()一起使用,并且不能在所有其他浏览器(包括ie9)上使用 - IE8 not working with jQuery .show() and working on all other browsers including ie9
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM