gpt4 book ai didi

javascript - Div 在 chrome 中可以调整大小,但在 firefox 中不行

转载 作者:行者123 更新时间:2023-12-02 15:19:19 25 4
gpt4 key购买 nike

我的页面有一个 div,我已将属性 resize 设置为 both。它可以在 Google Chrome 中调整大小,但不能在 Firefox 或 Internet Explorer 中调整大小。

document.getElementById('IdDivMain').style.height = "394px"
document.getElementById('IdDivMain').style.resize = "both";

最佳答案

为什么它在 Internet Explorer 中不起作用
Internet Explorer 根本不支持 resize 属性 - 尚未了解 Edge 思想

为什么它在 Firefox 中不起作用
根据MDN Documentation

resize does not apply to blocks for which the overflow property is set to visible.

默认的溢出(至少对于div)是可见 - 因此,将溢出设置为可见之外的其他内容应该允许调整大小来完成它的事情

关于javascript - Div 在 chrome 中可以调整大小,但在 firefox 中不行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34197803/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com