将 IFrame 滚动条设置为顶部
我有一个 IFrame,用于水平滚动画廊。 问题是,我希望滚动条位于顶部。 我知道这很难实现,但是有什么技巧可以使用 css 或 jQuery 来获得这个结果吗? 另外,我正在使用 .Net 后端,因此如果有任何控件可以帮助以其他方式解决此问题,任何想法都会受到赞赏。
如果已经有人问过这个问题,我很抱歉,但我还没有在这个网站上找到任何解释这一点的内容。
I have an IFrame which I am using to horizontally scroll through a gallery.
The problem is, I would like the scrollbar to be positioned at the top.
I know this is difficult to achieve but is there any trick you can pull in either css or jQuery which can get this result?
Also I am using a .Net backend so if there are any controls which could help solve this in some other way, any ideas are appreciated.
My apologies if this has already been asked but I haven't found anything on this site yet explaining this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您控制 iframe 的内容,您可以使用自定义 jQuery 滚动条,例如微型滚动条:
http://baijs.nl/ tinyscrollbar/
您可以将其放在顶部的 iframe 内,并禁用 iframe 上的默认滚动条。
If you control the contents of the iframe, you could use a custom jQuery scrollbar like tiny scrollbar:
http://baijs.nl/tinyscrollbar/
You could put that inside the iframe at the top, and disable the default scrollbars on the iframe.