显示Iframe指定位置
生活随笔
收集整理的這篇文章主要介紹了
显示Iframe指定位置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
只要1個wrapper指定高寬度,再用絕對定位,設置left和top為負值即可。
1 <style type="text/css"> 2 .wrapper 3 { width:670px; height:350px; margin:100px 30px; overflow:hidden; position:relative; } 4 .iframe { width:1024px;height:768px; position:absolute; top:-300px; left:-300px; } 5 </style> 6 <div class="wrapper"> 7 <iframe class="iframe" src="http://www.baidu.com" scrolling="no" frameborder="0"> 8 </iframe> 9 </div>?
轉載于:https://www.cnblogs.com/trying/archive/2012/11/09/2863839.html
總結
以上是生活随笔為你收集整理的显示Iframe指定位置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 定义变量时一定要初始化
- 下一篇: Ubuntu 12.10 安装JDK、H