简体   繁体   English

JS幻灯片可以在Firefox和Chrome上运行,但不能在Internet Explorer上运行吗?

[英]JS slideshow works on firefox and chrome but not internet explorer?

My customer gallery' slideshow works on firefox and chrome but not internet explorer for some reason. 我的客户画廊的幻灯片显示可在Firefox和chrome上运行,但由于某些原因无法在Internet Explorer上运行。 I have a few of these kind of slideshows on my site and they are all behaving the same way. 我的网站上有一些此类幻灯片,它们的行为方式都相同。 It was changed fairly recently so that it didn't conflict with the dropdown menus and I think this may have caused it... 最近对其进行了更改,以使其与下拉菜单不会发生冲突,我认为这可能是导致此问题的原因...

http://www.macgregorandmacduff.co.uk/kilts-social http://www.macgregorandmacduff.co.uk/kilts-social

this is the section of code that relates to the slideshow... 这是与幻灯片相关的代码部分...

<script type="text/javascript" src="sshow/js/prototype.js"></script>
<script type="text/javascript" src="sshow/jsscriptaculous.js?load=effects,builder">     
</script>
<script type="text/javascript" src="sshow/js/lightbox.js"></script>

<link rel="stylesheet" href="sshow/css/lightbox.css" type="text/css" media="screen" />



<script src="sshow/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link href="sshow/css/lightbox.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25993448-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})(); })();

</script>

<h3>Customer Gallery</h3>

any help would be appreciated. 任何帮助,将不胜感激。

Thanks 谢谢

Iain 伊恩

ie console says: 即控制台说:

object is NULL or undefined lightbox.js, line 226 symbol 20 对象为NULL或未定义的lightbox.js,第226行符号20

暂无
暂无

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

相关问题 网站可以在Firefox和Chrome中运行,但不能在Internet Explorer中运行 - Site works in Firefox and Chrome but not Internet Explorer 幻灯片只能在Firefox中使用,而不能在Internet Explorer中使用 - slideshow working in firefox but not internet explorer 在Chrome中工作,但在Internet Explorer中不工作 - Works in Chrome but not in Internet Explorer javascript脚本可在Firefox,Chrome,Safari,Internet Explorer &lt;9,而不是IE 9中运行 - javascript script works in Firefox, Chrome, Safari, Internet Explorer < 9, but not in IE 9 Facebook连接。 适用于Firefox / Internet Explorer,不适用于Chrome / Safari / Opera - Facebook connect. Works in Firefox/Internet Explorer, not in Chrome/Safari/Opera Javascript打印弹出窗口适用于Firefox / Chrome但不适用于Internet Explorer - Javascript printing a popup window works in Firefox/Chrome but not Internet Explorer selectedOptions.length在Internet Explorer中不起作用,但在chrome和firefox中可以正常工作吗? - selectedOptions.length not working in Internet explorer but works properly in chrome and firefox? 提交按钮不适用于Chrome或Firefox,但适用于Internet Explorer - The Submit Button doesn't work in Chrome or Firefox, but Works in Internet Explorer 难以在Internet Explorer中获取元素-适用于Chrome,Firefox - Having trouble getting elements in internet explorer — works with Chrome, Firefox SetVariable 适用于 FireFox 但不适用于 Internet Explorer? - SetVariable works in FireFox but not Internet Explorer?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM