扫码关注官方订阅号
比如我做了一个
想嵌入 别人 0,0,50,50 这个区域的网页,有办法弄吗?
闭关修行中......
<p style="wdith:50px;height:50px;overflow:hidden">
<iframe />
</p>
iframe外边套一层,在外边做隐藏,不要在iframe上做隐藏,这样是可以的。
<p style="width:50px;height:50px;margin: 50px 0 0 50px;"> <iFrame src="http://www.baidu.com" scrolling="no"> </iFrame> </p>
大概就是这么调吧 具体要哪儿你自己调好了
楼主,这是想调用嵌入网页的某个局部哪
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
<p style="wdith:50px;height:50px;overflow:hidden">
</p>
iframe外边套一层,在外边做隐藏,不要在iframe上做隐藏,这样是可以的。
<p style="width:50px;height:50px;margin: 50px 0 0 50px;">
<iFrame src="http://www.baidu.com" scrolling="no">
</iFrame>
</p>
大概就是这么调吧 具体要哪儿你自己调好了
楼主,这是想调用嵌入网页的某个局部哪