见这里:http: //jsfiddle.net/5HYve/
<div style="position: fixed; top:0; right:0; width:300px; height: 100%; text-align:justify; overflow:hidden;" class="chat-container">
<iframe id="chat_1" style="width:300px;height:100%;" scrolling="no" frameborder="0" src="http://www.twitch.tv/chat/embed?channel=riotgames&hide_chat=myspace,facebook,twitter&default_chat=jtv"></iframe>
</div>
尝试调整结果象限的大小,您会看到 iframe 中的内容不会根据其父级的大小调整大小。我无权访问 iframe 中的代码。有没有办法做到这一点,或者我是否会受到 iframe 中写得不好的 CSS 的约束?