Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以设计 facebooks facepile iframe 的布局?理想情况下,我想将个人资料图片浮动到右侧,而不是将它们放在“1 朋友使用_ ”文本下方?可以对此进行任何控制,还是您所见即所得?
现在有可能,请在此处阅读:http: //miklasnjor.com/en/2011/css-style-facebook-fanbox-fanpage-facepile-pagestream/
Css 不能在 iframe 之外工作
这是出于安全原因。iframe src 的域与您的页面的域不同。因此禁止从外部访问 iframe 内容,例如每个 CSS 或每个 JavaScript
所以它是所见即所得(所见即所得)