gpt4 book ai didi

html - ie 中带有阴影的图像的回退边框

转载 作者:行者123 更新时间:2023-11-28 11:52:30 27 4
gpt4 key购买 nike

所以我有一个漂亮的框阴影,它似乎适用于除 ie 8 及以下版本以外的所有浏览器。我需要我的网站与 IE 8 兼容。

这是我指的效果: http://unifiedforuganda.com/ugandanprograms.html

这里是相关的CSS:

    .program-image {
position: relative;
float: left;
width: 400px;
padding: 2px;
margin: 10px 20px 10px 0;
-moz-box-shadow: 3px 3px 15px 3px #414141;
-webkit-box-shadow: 3px 3px 15px 3px #414141;
box-shadow: 3px 3px 15px 3px #414141;
}

我不关心在 IE 中显示的阴影,但是是否可以仅在未渲染阴影时为图像设置黑色边框?如果可能,我想避免使用 IE 条件表

编辑:似乎我什至不得不使用条件注释或使用我不想使用的 hack。现在只需要弄清楚在 IE 中使用条件注释....

最佳答案

如你所见here , box-shadow 直到 IE9 才被支持。但是here is a SO post说明 box-shadow 在 IE8 及以下版本中的可用性。

关于html - ie 中带有阴影的图像的回退边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20254942/

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