fancybox ie9(或一般ie)宽度问题

发布于 2024-10-09 20:37:09 字数 628 浏览 0 评论 0 原文

不知道是否有人可以提供帮助。

我在我正在使用的 WordPress 自定义模板上使用 fancybox,我也在 fancybox 中使用 caroufredsel 插件。

一切都很好,但我似乎无法让 ie9 手动更改框的宽度(我基本上是从轮播中获取加载图像的宽度并调整大小以适应)

在 Firefox 等中一切都很好,但 ie 似乎只是想要使用默认的 iframe 宽度并忽略任何手动设置的宽度,我尝试了很多方法,我还按照建议正确设置了文档类型;

我正在用它来测试;这是我尝试过的建议。

$('#boxWrapper').bind('resize',function(){
        $('#boxWrapper').width(0);
        width = $('#boxWrapper').width()+1000;
        parent.$j('#fancybox-wrap').width(width);
        parent.$j('#fancybox-content').width(width);


    });

其中 boxwrapper 是一个 div,围绕在 fancybox 内页面上的所有内容。

任何想法表示赞赏

谢谢

wonder if anyone can help.

Im using fancybox on a wordpress custom template I'm using, I'm lso using the caroufredsel plugin within the fancybox.

Everything is fine, but I can't seem to get ie9 to change the width of the box manually (im basically getting the width of a loaded image from the carousel and resizing to suit)

All fine in firefox etc, but ie just seems to want to use the default iframe width and ignores any manually set widths, I tried a number of things, I also set the doctype correctly as suggested;

I'm using this to test;this a suggestion I tried.

$('#boxWrapper').bind('resize',function(){
        $('#boxWrapper').width(0);
        width = $('#boxWrapper').width()+1000;
        parent.$j('#fancybox-wrap').width(width);
        parent.$j('#fancybox-content').width(width);


    });

where box wrapper is a an div around al the content on the page within the fancybox.

Any ideas appreciated

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文