【转】frameset中的iframe替代方案
时间:2011-03-01 来源:wwan
HTML代码:<iframe src="test.htm" width="480" height="720"></iframe>
XHTML代码:<object data="test.htm" type="text/html" width="480" height="720"></object>
其他参数的替代方式:
在iframe中有scrolling="no" frameborder="0"属性,这个必须在目标页面进行设置了(起码我没有找到在object元素中设置的地方)。在目标页面加css:
<style type="text/css">
<!--
html, body {border:0;overflow:visible;}
-->
</style>
原文地址:http://0123.blog.163.com/blog/static/47883120079185585549/
相关阅读 更多 +