两个iframe应该强制显示为cols,可以用css完成吗?
示例代码:
<!-- if I inc width to "800", the iframes should still be as cols, (regardless of window size) !-->
<div style="width:100%;overflow-x:scroll;">
<iframe width="200" height="200" src="http://www.slashdot.net"></iframe>
<iframe width="200" height="200" src="http://freshmeat.net"></iframe>
</div>
请参阅:http: //jsfiddle.net/7rCSu/