Nivo 滑块和全屏背景:IE 中的切碎过渡

发布于 2024-12-03 23:00:31 字数 335 浏览 1 评论 0原文

如果我在具有全屏背景图像的页面上使用 Nivo Slider,则在 IE 7 和 8 中,幻灯片过渡会缓慢且断断续续。在所有其他浏览器中,过渡会顺利进行。

这是一个非常基本的例子: http://www.test-case.de/fullscreen-nivo/demo /demo.html

为了确保问题不是由任何JS冲突引起的,我没有使用任何JS进行全屏背景。只需几行CSS。

有人知道如何解决这个问题吗?

多谢! 卡尔

If I use Nivo Slider on a page with a fullscreen background image, the slide transitions work slow and chopped in IE 7 and 8. In all other browsers, the transitions work smooth.

Here is a very basic example:
http://www.test-case.de/fullscreen-nivo/demo/demo.html

To ensure that the problem is not caused by any JS conflicts, I didn't use any JS for the fullscreen background. It's only a few lines of CSS.

Anybody an idea how to fix that?

Thanks a lot!
Karl

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

念三年u 2024-12-10 23:00:31

我已经设法部分修复它:

img.full-screen-image { -ms-interpolation-mode: nearest-neighbor; }

但这不是一个理想的解决方案。

I've managed to partially fix it:

img.full-screen-image { -ms-interpolation-mode: nearest-neighbor; }

Not an ideal solution though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文