溢出:用静态以外的位置隐藏在 chrome 和 safari 中不起作用,这是新的吗?这是一个错误吗?

发布于 2024-11-09 09:09:17 字数 173 浏览 0 评论 0原文

你可以在这里看到 http://jsfiddle.net/TKb6M/1/ 溢出隐藏不适用于固定相对或绝对位置。这是新的吗?因为我想我记得之前在 chrome 和 safari 中使用过 Thins,而且效果很好。

you can see here http://jsfiddle.net/TKb6M/1/
overflow hidden does not work with position fixed relative or absolute. is this new? because i think i remember using thins in chrome and safari before and it worked fine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幼儿园老大 2024-11-16 09:09:17

仅当子元素大于父元素 overflow:hidden 时(或者当子元素的位置部分落在父元素的边界之外时),结果才可见。
因此,在您的示例中,您没有看到任何差异,因为子 img 和父 #he 都具有相同的宽度 (70px)。

看一下这个更新(#he 的宽度更改为 30px):http ://jsfiddle.net/TKb6M/10/

The results are only visible when the child element is larger than the parent element overflow:hidden is applied to (or when the child element's position falls partially outside of the boundaries of the parent element).
So in your example you're not seeing any difference because the child img and the parent #he both have the same width (70px).

Take a look at this update (the width of #he is changes to 30px): http://jsfiddle.net/TKb6M/10/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文