您可以在不访问 iframe CSS 的情况下设置 iframe 滚动条的样式吗?

发布于 2024-12-26 05:24:44 字数 225 浏览 0 评论 0原文

我在网站上显示 Facebook (http://developers.facebook.com/docs/reference/plugins/like-box/) 的“点赞框”。除了 Facebook“点赞框”iframe 之外,网站上的所有滚动条都有自定义外观。

我是否可以在不访问 iframe 的 CSS 文件的情况下更改 iframe 滚动条的外观?

如果没有,有没有人找到解决这个问题的方法?

I am displaying the "like box" from Facebook (http://developers.facebook.com/docs/reference/plugins/like-box/) on a website. All the scrollbars on the website have a custom look to them except for the Facebook "like box" iframe.

Is it possible for me to alter the look of the iframe's scrollbar without having access to the iframe's CSS file?

If not, has anyone found a work around to this problem?

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

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

发布评论

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

评论(1

眼泪淡了忧伤 2025-01-02 05:24:44

是的,看来你可以像设计任何其他元素一样做到这一点。
链接 在底部显示:

设置 iframe 或 textarea 滚动条与任何其他元素相同。要么使用类来执行此操作,要么将内联样式代码添加到标记本身中。

Yeah, it appears you can do it like styling any other element.
Link At the bottom it says:

Setting an iframe or textarea scrollbar is the same as any other element. Either do it with classes, or add inline-style code into the tag itself.

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