如何在 safari 中使用边框半径
http://show.bbflame.ru/border/ 如何让父级(#div1)隐藏子级的角 孩子不溢出父母
http://show.bbflame.ru/border/
How to make parent(#div1) hide child's corners
Child dont overflow parents
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
目前不可能溢出边界。最接近的方法是向第二个元素添加一个 border-radius ,这足以不超出边界。
小提琴:http://jsfiddle.net/jK7TP/
It's currently not possible to overflow the borders. The closest you can get is adding a
border-radius
to the second element, which is just enough to not exceed the border.Fiddle: http://jsfiddle.net/jK7TP/
应该隐藏 #div1 中的任何溢出对象,如果 javascript 将子级移动到 #div1 中,您有可能无法正常工作,请尝试使用掩码或通过 javascript 给出 css 属性,以便同时分配属性。
should hide any overflowing object inside #div1 if javascript moves the child inside #div1 you have a chance it won't work as it should, try using a mask or give the css properties by javascript so the properties are assigned at the same time.