比如我做了一个<iframe src="http://www.baidu.com" style="border-style:none;" width="50px" height="50px"></iframe>想嵌入 别人 0,0,50,50 这个区域的网页,有办法弄吗?
1 回答
慕虎7371278
TA贡献1802条经验 获得超4个赞
<div style="wdith:50px;height:50px;overflow:hidden">
<iframe />
</div>
iframe外边套一层,在外边做隐藏,不要在iframe上做隐藏,这样是可以的。
添加回答
举报
0/150
提交
取消