Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
快速提问。
我知道我可以使子 div 大于父级,但是 w3c 允许吗?是否违反某些规则?有性能问题吗?
在许多情况下,您需要在 parent 中溢出,div而 child 较大div:例如,固定位置的内容框架。
div
并且不应该有性能障碍;它应该与将孩子渲染为父母的兄弟姐妹大致相同div。
如果标准不允许这样做,则标准不会定义overflowCSS 属性。
overflow