IE jQuery 不透明度抗锯齿问题

发布于 2024-08-22 06:52:52 字数 243 浏览 13 评论 0原文

我正在使用 jQuery 淡入和淡出 http://www.logandwight 主页上链接的 .png 图像。 com

在 IE7 和 IE8 中,文本没有抗锯齿功能,并且都是四方形的。我尝试过弄乱不透明度设置,然后尝试专门为 IE 设置过滤器属性的动画,但似乎没有任何效果。

有谁知道出了什么问题吗?

I am using jQuery to fade in and out a .png images of links on the home page of http://www.logandwight.com

In IE7 and IE8 the text have no anti-aliasing and are all boxy. I've tried messing with the opacity settings and then I tried animating the filter property specifically for IE but nothing seems to work.

Does anyone know whats wrong?

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

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

发布评论

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

评论(2

撕心裂肺的伤痛 2024-08-29 06:52:52

这是IE、透明、不透明的固有问题。不幸的是,在制作动画时没有好的解决办法...在这种情况下,我只是为 IE 用户禁用动画。

也许IE9最终会对此采取行动?

This is an inherent problem with IE, transparency, and opacity. Unfortunately there's no good work around while animating...in this situation I just disable animations for IE users.

Maybe IE9 will finally do something about this?

〃温暖了心ぐ 2024-08-29 06:52:52

sIFR 可能是一个可能的跨浏览器解决方案(通过对 sIFR 源进行一些修改,您可以获得这些翻转效果)。

sIFR 是一种基于 Flash 的字体嵌入解决方案,允许您使用您选择的字体在网页中显示真实文本。

http://www.mikeindustries.com/blog/sifr

sIFR might be a possible cross-browser solution here (with a little modification of the sIFR source, you could get those rollover effects).

sIFR is a flash-based font embedding solution that allows you to display real text in a web page using a font of your choosing.

http://www.mikeindustries.com/blog/sifr

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