gpt4 book ai didi

html - 我如何在中间创建这些边框?

转载 作者:行者123 更新时间:2023-11-28 19:06:56 25 4
gpt4 key购买 nike

我知道如何使用图像生成圆 Angular 。但请查看链接:-

http://roundedbox.andreas-kalt.de/

四个 Angular 的圆 Angular 都是图片,请问中间那些边框是怎么做的?那些环绕整个 div 的绿色边框。

给出了教程,但它是德语:(。我也不想使用 Css3,如 -webkit-border-radius 等,因为它们在 IE 中尚不支持

提前致谢:)

最佳答案

整个事情是用4张背景图片完成的这是CSS

roundbox-tr {
margin:15px auto;
padding:0;
background:url("roundbox_tr.gif") no-repeat right top;
width: 90%;
}

/* top-left corner and left side */
.roundbox-tl {
margin:0;
padding:0;
background: url("roundbox_tl.gif") no-repeat left top;
}

/* bottom-right corner and bottom side */
.roundbox-br {
margin:0;
padding:0;
background: url("roundbox_br.gif") no-repeat right bottom;
}

/* bottom-left corner */
.roundbox-bl {
margin:0;
padding:0;
background: url("roundbox_bl.gif") no-repeat left bottom;
}

关于html - 我如何在中间创建这些边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2954890/

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