【发布时间】:2014-06-04 10:50:55
【问题描述】:
我有一个包含两个框架的frameset 的弹出窗口。
在 FireFox 和 Chrome 中,我可以用鼠标调整两个框架的宽度,但在 IE9 中这是不可能的。
我该如何解决这个问题?
<frameset cols="275,*" frameborder="5" border="5" framespacing="0">
<frame name="title2" src="path/test.html" marginheight="0" marginwidth="0" scrolling="auto">
<frame style="overflow-x:hidden;" name="title2" src="path/test.html" marginheight="0" marginwidth="0" scrolling="auto">
</frameset>
谢谢
【问题讨论】:
标签: html css internet-explorer frame frameset