简体   繁体   中英

Fancybox jquery problem in IE6

I'm using the 'Fancybox' jquery script to open some videos in a lightbox.

It's working fine in all browsers except for IE6.

The lightbox opens but then the video won't load.

Here's the link to the page -

http://www.bevelite.com.au/sky-glass-videos

Please help!

我认为这是您制作视频的方式,第3个视频在IE中对我有效,但前两个不是,第3个视频在对象标记和参数上有所不同。

I experienced the same problem with IE today when using the latest jQuery 1.6, I simple downgraded to 1.4 the same as the example on Fancybox solving all the errors in IE.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript">
    !window.jQuery && document.write('<script src="/scripts/jquery.min.js"><\/script>');
</script>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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