将 IFrame 滚动条设置为顶部

发布于 2024-11-19 21:33:10 字数 192 浏览 2 评论 0原文

我有一个 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 技术交流群。

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

发布评论

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

评论(1

著墨染雨君画夕 2024-11-26 21:33:10

如果您控制 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.

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