gpt4 book ai didi

nested - 是否可以将一个 VML roundrect 嵌套在另一个中?

转载 作者:行者123 更新时间:2023-12-04 23:49:36 26 4
gpt4 key购买 nike

例如:

<v:roundrect style="display:block;width:100px;height:100px;" fillcolor="#eee">
Hi
<v:roundrect style="display:block;width:50px;height:50px;" fillcolor="#c00">
Hey
</v:roundrect>
</v:roundrect>

当我使用这个标记时,我看不到内部圆角的背景。

有什么想法吗?

最佳答案

VML 形状不能相互嵌套。您需要对它们进行定位,以便它们正确重叠。

<div style="position:relative;">
<v:roundrect style="display:block;width:100px;height:100px;" fillcolor="#eee">
Hi
</v:roundrect>
<v:roundrect style="display:block;width:50px;height:50px; top: 25px; left:25px; position:absolute;" fillcolor="#c00">
Hey
</v:roundrect>
</div>

关于nested - 是否可以将一个 VML roundrect 嵌套在另一个中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2488703/

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