我正在使用Facebook 的类似框,只有流的类似框的默认大小为 395px,如下面的代码所示,
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fplatform&width=200&colorscheme=light&show_faces=false&stream=true&header=false&height=395" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:395px;" allowTransparency="true"></iframe>
但是我需要的高度是 200 像素,但是当我设置高度属性时,社交插件的页脚会上升(设置了平均高度)。但问题是当我滚动页面时,调整高度后我看不到滚动条。