我有一个网站,我使用fancybox。当fancybox的内容高于约500像素时,页面页脚下方会出现一个大的白色区域。当我将高度限制在约500像素(甚至更低)时,仍会出现这样的区域。我该如何解决这个问题?
/* Fancybox Code on page */
jQuery('.dialog').fancybox({titleShow:false,type:'inline'});
/* HTML Code on page */
<a href="display-page.html" class="dialog">Display page</a>
这就是fancybox里面的页面:
/* Display-page.html: Code that's displayed (ajax), this page has no body/head/<html>/doctype */
/* See also http://jsfiddle.net/E358Q/ */
<div style="width: 800px;"><!-- content over here --></div>
答案 0 :(得分:0)
看起来这是我的粘性页脚的问题。到目前为止还没有解决这个问题。也许我应该尝试另一个灯箱而不是fancybox来看看它是否会起作用。