顯示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> 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM