gpt4 book ai didi

css - 如何去除溢出 : auto property?

转载 作者:行者123 更新时间:2023-12-04 16:31:24 28 4
gpt4 key购买 nike

我已将 div 的溢出属性设置为自动。但是当我点击一个按钮时,我希望 div 应该被扩展并希望删除溢出属性。

#viewNotings{
width: 310px;
overflow-x: auto;
}

我想在不同的页面中删除此溢出属性。

最佳答案

如果您想要单击时的行为,请在元素的“onclick”字段(div、span、img、a...)中说明。

如果您希望此行为修改样式属性,请相应地设置 this.style.PROPERTY。

->

<div onclick="this.style.overflow='visible';">

关于css - 如何去除溢出 : auto property?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32963626/

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