JQuery Cycle 插件、SIFR 和 PNG 修复 - IE 中的奇怪行为
我正在使用 JQuery Cycle 插件来浏览一堆包含内容的 div。
在 FF 和 Chrome 中一切都很好,但在 IE 6/7 中,除了循环中的第一个之外,SIFR 标题不会出现在任何 div 中。
有谁知道可能是什么原因造成的?我注意到,当我切换 IE6 的 belated_png 修复时,一切正常。
这是 SIFR、Cycle 插件还是 png 修复的问题吗?我该如何以不同的方式处理这个问题?也许与所有 JQuery 插件一起使用,即 JQuery Sifr、Jquery png 修复等?
这是一个测试网址,用于演示实际错误 - http: //fi-testing.co.uk/clients/cavendish/v2/wedding-dresses.html
提前感谢您提供的任何帮助。
担
I am using the JQuery Cycle plugin to flick through a bunch of divs with content in them.
Everything is fine in FF and Chrome but in IE 6/7 the SIFR titles do not appear in any divs apart from the first in the cycle.
Does anyone know what could be causing this?, I have notice that when I switch of the belated_png fix for IE6 everything works fine.
Is this an issue with SIFR, the Cycle Plugin or the png fix?, how could I approach this differently? maybe with all JQuery plugins i.e. JQuery Sifr, Jquery png fix etc?
Here is a test url to demonstrate the bug in action - http://fi-testing.co.uk/clients/cavendish/v2/wedding-dresses.html
Thanks in Advance for any help you can offer.
Dan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这与 IE 对隐藏 Flash 内容的处理有关。
使用@font-face来支持跨浏览器字体会更容易。这是一个很好的指南:http:// /blog.themeforest.net/tutorials/how-to-achieve-cross-browser-font-face-support/
但是,请检查字体的许可,以确保允许使用 @font-face。
I would imagine it has to do with IE's handling of hidden Flash content.
It would be easier to use @font-face for cross-browser font support. This is a good guide: http://blog.themeforest.net/tutorials/how-to-achieve-cross-browser-font-face-support/
However, check the licensing on the font to make sure that using @font-face is allowed.