gpt4 book ai didi

CSS PIE - 边界问题?

转载 作者:太空宇宙 更新时间:2023-11-04 05:17:23 26 4
gpt4 key购买 nike

渲染边框的 RGBA 颜色时遇到问题。边框半径的 RGBA 颜色工作正常但不是边框颜色,它不显示任何边框颜色。

CSSPie 中是否有单独的“-pie-”标签用于在边框中使用 RGBA?

我的代码:

.border{
position:absolute;
right: 250px;
top: 250px;
width: 400px; height:100px;
z-index: 9999;
border: 3px solid rgba(52, 52, 52, 0.3);
border-radius: 10px; -moz-border-radius: 10px;
behavior: url(PIE.htc);
}

在 IE 7 和 8 中看不到边框...你能帮忙吗?

提前致谢!

最佳答案

对于 Border-radius 问题,您必须应用样式 position:relative;和 z-index:0; 该元素。希望这会奏效。

关于CSS PIE - 边界问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7555731/

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