添加“progid:DXImageTransform.Microsoft”使文字模糊

发布于 2025-01-07 17:49:43 字数 441 浏览 1 评论 0原文

一旦我将其添加到 css:

filter:  progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=270);

该元素内的所有文本都会变得模糊。

这是一个已知问题吗?

有什么解决方法吗?

我正在 div(容器)上创建阴影效果,并且此 css 应用于该 div。

另外,我尝试对其应用位置:相对和背景颜色,但没有任何运气。到目前为止,让文本看起来“正常”的唯一方法是删除过滤器。

另外,cleartype 被禁用!

谢谢

As soon as I add this to the css:

filter:  progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=270);

all text inside that element gets blurry.

Is this a known problem?

Whats the work-around?

I am creating shadow effect on a div (container), and this css is applied to that div.

Also, I have tried applying position:relative and a background-color to it without any luck. Only way to get the text to look "normal" is to remove the filter so far.

Also, cleartype is disabled!

Thanks

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

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

发布评论

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

评论(1

情归归情 2025-01-14 17:49:43

是的,这是一个已知问题,并且与这些过滤器的工作方式有关。我建议查看 CSS3PIE 来添加这种行为 - 它可以完美地处理阴影和圆角。

确保你阅读了文档,有一些人们会忽略的问题(htc 的正确 mimetype,位置:相对于阴影元素)。

Yes, it's a known issue and is to do with the way these filters work. I'd recommend looking at CSS3PIE to add this sort of behaviour - it works flawlessly for shadows and rounded corners.

Make sure you read the documentation, there are a couple of gotchas that people miss (correct mimetype for the htc, position:relative on shadowed elements).

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