IE 8 的 CSS 阴影插入

发布于 2024-12-01 22:12:25 字数 337 浏览 0 评论 0原文

我一直在阅读和尝试使用条件 css 来显示 IE 8 的以下 css。

box-shadow: 0 1px 1px  inset, 0 0 40px rgba(0, 0, 0, 0.5) inset, 0 16px 0 rgba(255, 255, 255, 0.4) inset, 0 4px 5px rgba(0, 0, 0, 0.6);

我一直在摆弄渐变和偏移量,但我无法找到有关 inset 的任何内容,而无需创建其他元素。

可以使用 3 个插图并使用 rgba,因为使用 ie 的渐变开始和结束是标准渐变。如果没有,我会很乐意使用基本样式并放弃 css3 样式,谢谢

i've been reading and experimenting with conditional css to display the following css for IE 8.

box-shadow: 0 1px 1px  inset, 0 0 40px rgba(0, 0, 0, 0.5) inset, 0 16px 0 rgba(255, 255, 255, 0.4) inset, 0 4px 5px rgba(0, 0, 0, 0.6);

I have been fiddling with gradient and offset but i can not find anything about inset without having to create additional elements.

is is possible to 3 insets and use rgba, as using the gradient start and end for ie was a standard gradient. If not i will happily use basic styling and drop the css3 styling, thanks

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

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

发布评论

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

评论(1

愛上了 2024-12-08 22:12:25

Nope, it is not supported; http://dimox.net/cross-browser-css3-box-shadow/... However, take in consideration your analytics data and see how many visitors are really using ie8, maybe it's only a small percentage, and it's not that much of a mis;)

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