【发布时间】:2018-02-23 06:47:29
【问题描述】:
我想知道是否可以通过 iframe 从远程位置调整正在显示在网站上的嵌入式 swf 对象的大小?
<style>
embed {
position: relative;
display: block;
width: 100%;
height: 100%;
}
</style>
<div id="myContainer" style="border: 0px solid rgb(201, 0, 1); overflow: hidden; margin: 15px auto; max-width: 2236px; max-height: 836px;">
<iframe scrolling="no" src="http://schools.nyc.gov" style="border: 0px none; margin-left: -233px; height: 479px; margin-top: -152px; width: 747px; " >
</iframe>
</div>
【问题讨论】:
标签: javascript html css flash iframe