向 iFrame 添加垂直滚动条时出现问题
我在通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不完全确定你在寻找什么。我所能理解的是你正在处理一个大小动态变化的 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.