我在我的网站上嵌入了一个Facebook页面:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FIACTTV&width=1200&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=635" scrolling="yes" style="border:none; overflow:hidden; width:1200px; height:930px; background: white;" allowtransparency="true" frameborder="0">
</iframe>
该框显示宽度为500px,我似乎无法将内容显示为1200px。 任何人都有像ifbox iframe样式的经验?
我试过了:
iframe #u_0_0 div {
width: 1200px !important;
}
答案 0 :(得分:1)