javascript - 使用 <iframe> 嵌入网页 ,位置不对,能调节吗?
阿神
阿神 2017-04-11 12:14:10
0
3
663

比如我做了一个

<iframe src="http://www.baidu.com" style="border-style:none;" width="50px" height="50px"></iframe>

想嵌入 别人 0,0,50,50 这个区域的网页,有办法弄吗?

阿神
阿神

闭关修行中......

reply all(3)
Peter_Zhu

<p style="wdith:50px;height:50px;overflow:hidden">

<iframe />

</p>

iframe外边套一层,在外边做隐藏,不要在iframe上做隐藏,这样是可以的。

Ty80

<p style="width:50px;height:50px;margin: 50px 0 0 50px;">
<iFrame src="http://www.baidu.com" scrolling="no">
</iFrame>
</p>

大概就是这么调吧 具体要哪儿你自己调好了

黄舟

楼主,这是想调用嵌入网页的某个局部哪

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template