qq_41277523 2018-10-08 13:29 采纳率: 0%
浏览 498

左边DIV①的扩充内容DIV②(DIV②属于DIV①中的内容)如何显示在右边iframe的上方?

左边DIV①的扩充内容DIV②(DIV②属于DIV①中的内容)如何显示在右边iframe的上方?

图片说明

  • 写回答

1条回答

  • 天际的海浪 2018-10-08 14:18
    关注
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <title> 页面名称 </title>
    <style type="text/css">
    #div1 {
        float: left;
        width: 200px;
        height: 500px;
        background-color: #99f;
        position: relative;
    }
    #div2 {
        position: absolute;
        left: 150px;
        top: 200px;
        z-index: 999;
        width: 200px;
        height: 100px;
        background-color: #9f0;
    }
    </style>
    </head>
    <body>
    <div id="div1">
        <div id="div2"></div>
    </div>
    <iframe src="https://www.baidu.com" frameborder="0" width="600" height="500"></iframe>
    </body>
    </html>
    
    
    评论

报告相同问题?

悬赏问题

  • ¥15 用三极管设计—个共射极放大电路
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示