html 边框半径,html – CSS3边框半径裁剪问题

我有一个div的border-radius设置为某个值(我们说10px),和一个嵌套的div,它的父宽度和高度。

div.parent {

display: block;

position: relative;

width: 100px;

height: 100px;

border-radius: 10px;

background: #0000ff;

overflow: hidden;

}

div.inner {

display: block;

position: relative;

width: 100%;

height: 100%;

background: #ff0000;

}

我注意到,父母不会将孩子夹在圆角上,尽管被设置为隐藏。另一个stackoverflow线程表示此行为是“按设计”:

07000

但是,在挖掘CSS3背景和边界的工作草案时…

07001

…我不禁要注意下面的“角落剪辑”部分的描述:

Other effects that clip to the border

or padding edge (such as ‘overflow’

other than ‘visible’) also must clip

to the curve. The content of replaced

elements is always trimmed to the

content edge curve

那我还缺少什么?内容是否应该被剪辑到角落?我看过时的信息吗?我做错了吗

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值