gpt4 book ai didi

html - 移除 iframe 水平滚动条

转载 作者:技术小花猫 更新时间:2023-10-29 12:29:19 24 4
gpt4 key购买 nike

我想删除 iframe 中的水平滚动条。我只需要一个垂直滚动条来查看冗长的内容。我的代码是

<iframe height='514' width='790' 
marginwidth='0' marginheight='0'
frameborder='0'
overflow-y='scroll'
overflow-x='hidden'>
</iframe>

任何人请解决我的问题。提前祝愿。

最佳答案

在 iframe 页面中,添加:

body {
overflow-x:hidden;
height:100%; //optional, but it can't hurt.
}

关于html - 移除 iframe 水平滚动条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3448265/

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