Fancybox onload - 不加载背景

时间:2015-01-22 09:48:47

标签: javascript jquery html css fancybox

我正试图让一个精美的盒子出现在上面,它到目前为止工作但它没有加载灰色的背景。目前我有一个隐藏的div然后我打电话给它,所以div出现了,但不是其他的fancybox功能。

有没有人有任何想法?

<div id="warning">
    <h3>Please use Internet Explorer</h3>
</div>

<!-- FancyBox for browser warning-->
    <script type="text/javascript">
        $(document).ready(function() {
            $.fancybox("#warning");
        });
    </script>

所以它是这样的: enter image description here

我想这样: enter image description here

0 个答案:

没有答案