iFrame 滚动条可以在 webkit 中换肤吗?

发布于 2024-08-03 06:31:48 字数 256 浏览 4 评论 0原文

现在众所周知,您可以使用 webkit 特定的 CSS 标签(::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment 等)。但是,我注意到我无法设置附加到 iFrame 的滚动条的样式。

问题:有没有办法使用 webkit 访问 iFrame 上的滚动条并设置其样式? (是的,我实际上有一个特定的场景,我希望能够做到这一点。)

提前非常感谢您的帮助!

It's pretty well known by now that you can style scrollbars using the webkit specific CSS tags (::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment, etc. ). However, I've noticed that I cannot style the scrollbars attached to iFrames.

Question: Is there a way to access and style the scrollbars on the iFrame using webkit? (Yes, I've actually got a particular scenario where I'd like to be able to do this.)

Thanks much in advance for any help!

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

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

发布评论

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

评论(1

内心激荡 2024-08-10 06:31:48

iframe 滚动条实际上​​是 iframe 内文档的一部分。因此,您必须在加载到 iframe 中的文档中设置滚动条样式,而不是在包含 iframe 的文档中设置。

The iframe scrollbars are actually part of the document inside the iframe. As a result, you have to set the scrollbar styles in the document you are loading into the iframe, not in the document that contains the iframe.

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