gpt4 book ai didi

css - 如何舍入 MSIE 专有过滤器?

转载 作者:行者123 更新时间:2023-11-28 18:36:55 24 4
gpt4 key购买 nike

我正在尝试在 IE 中重现径向渐变,元素的背景颜色和径向不透明度以及子元素的另一种颜色。但是元素是圆形的,半透明的颜色超出了圆度。四舍五入是用 pie.css 实现,所以它是围绕这些东西的 vml。有什么想法吗?

最佳答案

使用纯 VML 创建圆 Angular 元素和渐变:

 <v:group>
<v:rect style='width:120pt;height:80pt' fillcolor="red">
<v:fill type="gradient" />
</v:rect>
<v:group>
<v:rect style='width:120pt;height:80pt' fillcolor="red">
<v:fill method="linear sigma" angle="-45" focus="100%" focusposition=".5,.5" focussize="0,0" type="gradientRadial" />
</v:rect>
</v:group>
</vgroup>

关于css - 如何舍入 MSIE 专有过滤器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12435914/

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