sifr 无法在 Internet Explorer 上运行

发布于 2024-08-04 03:15:07 字数 120 浏览 5 评论 0原文

请看这里:www.blokeswhobake.co.nz - sifr 效果很好,但它不想与 Internet Explorer 一起使用。我在很多网站上都遇到过同样的问题。我不知道我做错了什么。

感谢您的帮助

Please have a look here: www.blokeswhobake.co.nz - sifr works great, except it does not want to work with internet explorer. I have had the same problems on a number of sites. I have no idea what I am doing wrong.

Thanks for your help

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

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

发布评论

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

评论(3

终难愈 2024-08-11 03:15:07

我在这里找到了 IE 中 sifr 问题的解决方案。

http://discuss.joyent.com/viewtopic.php?id=22987

$.sifr({
路径:'资源/',
保存:真
});
$('.header').sifr({ font: 'journal', height: '47',verticalAlign: 'middle'});

问题是我在代码的第一部分 true 后面有一个逗号。 IE 不喜欢在 }) 之前直接加逗号; Firefox 和 Chrome 可以,但 IE 不行。

I found a solution to my sifr in IE problem here.

http://discuss.joyent.com/viewtopic.php?id=22987

$.sifr({
path: 'resources/',
save: true
});
$('.header').sifr({ font: 'journal', height: '47', verticalAlign: 'middle'});

The problem was I had a comma after true in the first section of code up there. IE does not like a comma directly before }); Firefox and Chrome are fine with it, but IE is not.

扛刀软妹 2024-08-11 03:15:07

我使用 IE V6 来工作。您安装了什么版本的IE和Flash?

也许您没有为 IE 安装 Flash 6 或更高版本?

另外,以下是迈克·戴维森 (Mike Davidson) 网站上有关支持的内容:
“sIFR 可在 Mac、Windows 和 Linux 计算机上运行,​​并启用 JavaScript 和 Flash 6 或更高版本。就浏览器支持而言,它在所有主流浏览器甚至一些次要浏览器上都表现出色:PC IE 5+、Safari 、Firefox、Opera 7+、Omniweb,甚至 Konqueror,我们估计这覆盖了世界上 90% 以上的消费级机器。”

I works with IE V6 for me. What version of IE and Flash do you have installed?

Maybe you don't have Flash 6 or higher installed for IE?

Also here's what Mike Davidson's site has to say about support:
"sIFR works on Mac, Windows, and Linux machines with javascript turned on and Flash 6 or greater. As far as browser support goes, it’s great on all the majors and even some of the minors: PC IE 5+, Safari, Firefox, Opera 7+, Omniweb, and even Konqueror. We estimate this covers over 90% of consumer-grade machines in the world."

和影子一齐双人舞 2024-08-11 03:15:07

有时 Flash 安装会稍微损坏,sIFR 无法检测到它。卸载 Flash(遵循 Adob​​e 的指南)并重新安装应该可以解决该问题。

Sometimes the Flash install is slightly broken and sIFR can't detect it. Uninstalling Flash (follow Adobe's guidelines) and reinstalling it should fix it.

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