向 iFrame 添加垂直滚动条时出现问题

发布于 2024-12-01 07:19:41 字数 105 浏览 1 评论 0原文

我在通过 JS 创建的 iFrame 中添加了一个垂直滚动条。 iFrame 内容是动态设置的,即用户可以向此 iFrame 添加字段。当框架的高度超出限制时,上部字段将被隐藏。如何解决这个问题?

I have added a vertical scroll bar to my iFrame which is created through JS. The iFrame contents are set dynamically i.e user can add fields to this iFrame.when the height of the frame goes beyond the limit the upper fields get hidden.how can this problem be delt with.?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光匆匆的小流年 2024-12-08 07:19:41

我不完全确定你在寻找什么。我所能理解的是你正在处理一个大小动态变化的 iframe。那么为什么不尝试自动滚动呢?

设置属性 scrolling="auto"。如果我错误地理解了你的问题,请纠正我。

I am not completely sure what you are looking for. All i could understand is you are dealing with an iframe whose size changes dynamically. So why don't you try auto scrolling.

Set your attribute scrolling="auto". Please correct me if i wrongly understood your question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文