简体   繁体   English

IE 8显示了文本幻灯片动画中的先前背景

[英]IE 8 showing previous background on text slide-in animation

I have a real annoying problem and I can't seem to find it. 我有一个非常烦人的问题,但似乎找不到。 Only in IE8, my jquery slide-in text animation background is showing the previous slide's main background, but only when sliding in(when the text animation pauses, the previous background disappears in the space of the animated text) 仅在IE8中,我的jquery幻灯片文本动画背景显示了上一张幻灯片的主要背景,但只有在滑动时(文本动画暂停时,先前的背景在动画文本的空间中消失了)

To see what I'm talking, please go to: http://lamininbeauty.co.za/index2.html . 要查看我在说什么,请访问: http : //lamininbeauty.co.za/index2.html But what is strange, is that if you have IE 9, and you use IE8 browser and document mode, you won't see the effect(I don't). 但是奇怪的是,如果您具有IE 9,并且使用IE8浏览器和文档模式,则不会看到效果(我没有)。 I actually picked it up on an actual IE8 browser... 我实际上是在实际的IE8浏览器上捡到的...

Any idea what is causing that ugly background effect when the text is sliding in? 知道当文本滑入时是什么造成这种难看的背景效果的吗?

thank you 谢谢

I have found the problem, finally. 我发现这个问题,终于。 the containing div of the background images is set to a fixed width of 1024px. 包含背景图片的div设置为固定宽度1024px。 I changed it to 100%, gave it another parent div which I then made width: 1024px. 我将其更改为100%,再给它另一个父div,然后将其设置为宽度:1024px。 For some reason that fixed it... 由于某种原因修复了它...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM