简体   繁体   English

Internet Explorer中的高幻灯片弹出问题

[英]Highslide popup problems in Internet Explorer

I designed a page with a Highslide gallery and thumbnail popups with secondard description popups, including controls. 我设计了一个带有Highslide画廊和缩略图弹出窗口的页面,其中带有第二个描述弹出窗口,包括控件。

When I check it in IE, the enlarged popup doesn't have any caption information (I commented out something to do with that in JS so I could do the second popup based on information from RoadRash). 当我在IE中检查它时,放大的弹出窗口没有任何标题信息(我注释了JS中与之相关的内容,因此我可以根据RoadRash的信息进行第二个弹出窗口)。 The second thumbnail in the gallery is the one with the added popup and caption. 画廊中的第二个缩略图是带有添加的弹出窗口和标题的缩略图。 It works fine in Firefox and Safari, but not in IE. 它在Firefox和Safari中可以正常工作,但在IE中则不能。

I am by no means an expert in Javascript, but I would love to get this working. 我绝不是Java语言方面的专家,但是我很想让它工作。 Here's the site . 这是网站

You need to do some cleaning up before you can debug. 您需要进行一些清理,然后才能进行调试。 Pull up your page in IE. 在IE中拉出您的页面。 Hit F12, then click Console. 按F12,然后单击“控制台”。 Refresh the page. 刷新页面。 This will identify script errors that are tripping up IE. 这将确定使IE崩溃的脚本错误。 One thing that catches my eye immediately is that you're trying to use HTML comments ( like <!--this is a comment--> ) in Javascript. 立即引起我注意的一件事是,您正在尝试在Javascript中使用HTML注释(例如<!--this is a comment--> )。 That's not how you comment things out in Javascript. 那不是您用Java注释掉事情的方式。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM