1

I am using the jQuery Cycle plugin and having trouble with gaps between the images when there should be smooth fade in/out transitions. This only happens in IE7.

I have seen the earlier postings about nesting the images in other elements to mask the fact that they are png images.

Is there a solution to make this transition smooth?

Thanks.

4

4 回答 4

0

这是一个纯粹的 SWAG,但值得一试,我所看到的与一些较旧的 jQuery 版本有关的一件事是在使用我需要将我的文档类型设置为严格的效果时,即

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml/DTD/xhtml1-strict.dtd">

问题是在 IE 中使用相应的插件(Firefox 没有问题)时,幻灯片效果跳动且不流畅。

所以 IE 7 的渲染方式有些问题,我很想有人向我解释一下。

这是在 jQuery UI 库可用之前。

于 2009-08-06T19:24:26.587 回答
0

尝试过渡以解决问题不严格!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

干杯

于 2009-08-12T08:05:44.473 回答
0

我在 IE8 和 IE9 的兼容模式下遇到问题,为了解决这个问题,我在我的 CSS 中删除了 min-height 和 min-width。

于 2013-05-08T17:40:45.333 回答
0

我知道这是一个老问题,但似乎没有太多关于这个问题的信息。通过向每个滑板添加高度和宽度,我的问题在 IE7 中得到了解决。

于 2010-08-12T14:06:51.420 回答