如何让框架不显示?

发布于 2024-10-14 13:45:11 字数 321 浏览 4 评论 0原文

我有这个邀请 facebook iframe,我正在我的网站上使用

 <fb:serverfbml width="565px" class=" fb_iframe_widget">

,但我需要不显示任何内容并单击按钮并显示它...我假设我可以这样做

 .fb_iframe_widget  display:none;

 }

,但出于某种原因,无论我将什么显示在上面,总是不显示显示...希望我可以用 jquery、javascript 或 css 隐藏框架....任何帮助,谢谢

I have this invite facebook iframe that i am using on my site

 <fb:serverfbml width="565px" class=" fb_iframe_widget">

but i need to display none and click a button and display it ...i assumed that i could do

 .fb_iframe_widget  display:none;

 }

but for some reason regardless of what i put the display none on it always displays...hope can i hide the frame with jquery, javascript, or css ....any help thanks

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

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

发布评论

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

评论(2

玉环 2024-10-21 13:45:11

尝试将其包装在您可以完全控制它的 div 中,这样您就可以隐藏它并在单击按钮时使其可见

try wrapping that in div that you have full control over it, that way you can hide it and make it visible when your button is clicked

暗恋未遂 2024-10-21 13:45:11

你的CSS看起来不正确,也许这就是问题所在。
试试这个。

.fb_iframe_widget {display:none;}

your css does not seem right maybe that might be the problem.
try this.

.fb_iframe_widget {display:none;}

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