This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有一个可调整大小的容器 DIV。我允许用户向其中添加 DIV 元素,以创建某种播放列表。当容器 DIV 不足以添加内容 DIV 时,我希望内容 DIV 在容器 DIV 的末尾被截断。不幸的是,它总是被附加在其他内容元素之下。我尝试overflow:hidden;了容器元素,但这没有任何效果......