计科知识库
  • 源界面
  • 博客圈
  • 专题
  • 博友
  • 登录
  • 注册
源界面 源界面 1个月前

显示Iframe指定位置

html/css

显示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.csroad.cn" scrolling="no" frameborder="0">
  8. </iframe>
  9. </div>
  • © 2025 源界面 源码为笔,博客为路,写就数字未来
  • 建议
  • 图片压缩
  • | 鄂ICP备14016484号-6

    鄂公网安备 42068402000140