Prettyphoto照片链接灯箱不在IE工作

时间:2013-02-07 17:52:56

标签: internet-explorer lightbox prettyphoto

照片正在转换为图库页面本身的灯箱链接,但在页面上:

www.rimibasu.com/kriyacollective

他们的照片不是可点击的链接。如果有人有线索,请告知或告诉我需要进一步发送的内容。我是这个东西的菜鸟。谢谢!

1 个答案:

答案 0 :(得分:0)

您可能首先要确保在头标记中调用了prettyPhoto脚本和样式表

<script type="javascript" src="prettyPhoto/js/jquery.prettyPhoto.js" />
<link rel="stylesheet" href="prettyPhoto/css/prettyPhoto.css" />

然后请务必在包含链接的代码

后面加上以下内容
<script type="text/javascript">
            jQuery(document).ready(function()
            {
                jQuery("a[rel^='prettyPhoto']").prettyPhoto(
                {
                   deeplinking: false
                });
            });
        </script>