gpt4 book ai didi

css - Firefox 3.0 CSS 投影

转载 作者:行者123 更新时间:2023-11-28 19:08:55 25 4
gpt4 key购买 nike

在 Firefox 3.0 中向文本添加阴影的技术是什么?

FF3.5 和 Chrome 支持 CSS3 属性 drop-shadow:

p { text-shadow: #000 2px 5px; }

IE6、7、8支持滤镜:

p { filter: shadow(color=#123456, strength=2); }

对于 Firefox 3.0,您会怎么做?它使用 Gecko 渲染引擎,但这些技术都不起作用。

最佳答案

恐怕没有解决方案可以在 Firefox 3.0 中实现这一点

仅供引用,根据此:http://www.w3schools.com/browsers/browsers_firefox.asp Firefox 3.0 往往很快就会消失。

关于css - Firefox 3.0 CSS 投影,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1845888/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com