使用fancybox 2.1.0,当视频在内容中时,关闭按钮在IE9下不显示
代码
<a class="fancybox.iframe fancyframe" href="http://player.vimeo.com/video/17221844">Iframe vimeo</a>
JAVASCRIPT代码
$(document).ready(function() {
$(".fancyframe").fancybox({
type : 'iframe',
maxWidth : 800,
maxHeight : 600,
fitToView : false,
width : '70%',
height : '70%',
autoSize : false,
closeClick : false,
openEffect : 'none',
closeEffect : 'none'
});
});
它适用于其他现代浏览器
感谢您的帮助