Cufon(显然)在 IE7 中随机工作

发布于 2024-11-01 21:09:56 字数 554 浏览 0 评论 0原文

这很奇怪。我是 www.inspirastudios.com.mx 的主要开发人员。我使用 cufon 字体替换主导航菜单。我在 Linux 中进行开发,因此我使用 wine 中的 Internet Explorer 来测试我的网站。我遇到的问题是 cufon 替换在我的 IE7 版本中不起作用。它适用于其他 IE>7 版本以及任何符合现代标准的浏览器。奇怪的是,使用一些在线测试网站,例如 http://ipinfo.info/netrenderer/http://browsershots.org 该网站看起来不错,而在其他一些网站(如 http://www.thumbalizr.com) 没有。到底是怎么回事?

This is very strange. I'm the main developer of www.inspirastudios.com.mx. I use cufon font replacement for the main navigation menu. I develop in Linux, so I use Internet Explorer in wine to test my site. The problem I'm getting is that cufon substitution is not working in my IE7 version. It works OK for other IE>7 versions and in any modern standard compliant browser. The strange thing is that, using some online testing sites, like http://ipinfo.info/netrenderer/ and http://browsershots.org the site looks OK, while in some others (like http://www.thumbalizr.com) it doesn't. What the hell is going on?

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

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

发布评论

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

评论(2

画▽骨i 2024-11-08 21:09:56

在线测试网站的问题在于您不知道它们是如何设置的。我敢打赌,其中一些网站直接使用 IE7,而其他网站可能使用 IE8/9,渲染模式强制为 IE7,或者其他一些类似的诡计。如果您真的关心您的结果,请不要相信这些网站。

现在,看看您的个人测试结果。在 IE-over-Wine 中,我遇到了很多奇怪的事情,而且我不相信它真的可以与实际的 Internet Explorer 相媲美。如果您使用 IES4Linux 或类似的产品,情况会加倍,因为您(再次)真的不知道对其进行了哪些操作才能使其运行。如果可能的话,请始终使用虚拟机(或实际的 Windows 计算机)。

不过,我可以确认,就我的 IE7 副本而言,cufon 似乎在 IE7 中正常运行。 :)

The issue with online testing sites is that you don't know how they're set up. I'm betting that some of those sites use IE7 straight, while others might be using IE8/9 with the render mode forced to IE7, or some other similar chicanery. Never trust those sites if you actually care about your results.

Now, on to the results of your personal testing. In IE-over-Wine, I've had a lot of weird stuff happen and I'm not convinced that it's truly comparable to actual Internet Explorer. This goes double if you're using IES4Linux or similar, because you (again) really have no idea what's been done to it to make it run. Always use a virtual machine (or actual Windows machine) if you possibly can.

I can confirm, though, that cufon appears to be functioning properly in IE7 as far as my copy of IE7 is concerned. :)

空名 2024-11-08 21:09:56

我正在使用 HTML 5。
我已将以下行添加到 cufon 代码中:

<script type="text/javascript">Cufon.replace('.mid_body h1');</script>

标签没有获取 cufon 字体
但当我将其转换为:

<script type="text/javascript">Cufon.replace('h1');</script>

它有效!

I am using HTML 5.
I have included following line to cufon code:

<script type="text/javascript">Cufon.replace('.mid_body h1');</script>

the <h1>tag doesn't get cufon font
but when I convert it to:

<script type="text/javascript">Cufon.replace('h1');</script>

it works!

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